... | ... | @@ -14,7 +14,7 @@ The only prerequisite for the installation of the QSA mechanism is to have the l |
|
|
The QSA mechanism is available for download on [DockerHub](https://hub.docker.com/r/siavvasm/vm4sec-security-assessment). In order to install it locally, you need to execute the following command on your terminal (assuming that Docker Engine is already installed on your system):
|
|
|
|
|
|
~~~
|
|
|
docker run -p 8088:8080 --name vm4sec-qsa -e DB_IP=<IP of the MongoDB> -e DB_PORT=<The PORT of the MongoDB> -d siavvasm/vm4sec-security-assessment:latest bash ./catalina.sh run
|
|
|
docker run -p 8088:8080 --name vm4sec-qsa -e DB_IP=<IP of the MongoDB> -e DB_PORT=<The PORT of the MongoDB> -d siavvasm/vm4sec-security-assessment:vm4sec-test bash ./catalina.sh run
|
|
|
~~~
|
|
|
|
|
|
The above command will download the Docker Image of the latest version of the QSA mechanism locally and will generate a Docker Container named vm4sec-qsa. It will also start the Tomcat Server that hosts the services. Hence, after the execution of this command the QSA will be up and running and the services will be invokable at port 8080 of your local machine. More specifically, the services will reside at the following end point:
|
... | ... | |