Install AquilaX
How to prepare and install AquilaX On-Prem / Cloud or your VM
Last updated
How to prepare and install AquilaX On-Prem / Cloud or your VM
Last updated
The AquilaX solution consists of several key components, each responsible for specific tasks. These components work together seamlessly to deliver comprehensive security scanning and intelligence.
AquilaX Server: Manages the API and User Interface (UI) of the service, acting as the central control point for all operations.
AquilaX Worker: Responsible for executing the actual security scans, performing the analysis and reporting vulnerabilities.
AquilaX GenAI Services: Specialized AI-powered modules designed to assist with decision-making and emulate human logic in engineering tasks. These models enhance the solution’s ability to reason, automate processes, and build intelligent responses.
Below is a diagram illustrating the relationship between these components. Following the diagram, you’ll find instructions on how to set up the solution in a dedicated environment.
Install Docker
and Docker Compose
: https://docs.docker.com/engine/install/
Execute and follow the instruction of the command docker login registry.gitlab.com
Create a new file named docker-compose.yml
and paste the following:
Create a new file in the same directory named .env
where we going to store some configuration needed for the application to start properly, paste the below content
Finally when you have these 2 files in the intended folder, just start everything up by executing:
Now you can signing into the service just by navigating at http://<your own ip>:8000
Contact a member of AquilaX if you need help for the installation or configuration