... | ... | @@ -9,7 +9,7 @@ The VM4SEC Dashboard Project backend relies on [PostgreSQL](https://www.postgres |
|
|
In this section, we provide instructions on how the user can build a new Docker Image that contains the VM4SEC Dashboard Project backend. We highly recommend the users to select this way of installing the backend server, as it constitutes the easiest way.
|
|
|
|
|
|
- **Step 1**: Download and install [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/install/)
|
|
|
- **Step 2**: Clone the latest VM4SEC Dashboard Project API version from [this link](https://gitlab.seis.iti.gr/vm4sec/vm4sec-dashboard-project-api.git) and navigate to the home directory. You should see a `docker-compose.yml` file, which contains the Docker compose steps. If needed, you can configure various parameters according to your needs, such as the names of the containers or the port (remember to update also the the `.env` configuration file within the VM4SEC Dashboard).
|
|
|
- **Step 2**: Clone the latest VM4SEC Dashboard Project API version from [this link](https://gitlab.seis.iti.gr/vm4sec/vm4sec-dashboard-project-api.git) and navigate to the home directory. You should see a `docker-compose.yml` file, which contains the Docker compose steps. If needed, you can configure various parameters according to your needs, such as the names of the containers or the port (if you change the port, remember to update also the the `.env` configuration file within the VM4SEC Dashboard).
|
|
|
- **Step 3**: In the home directory of the VM4SEC Dashboard Project API, open cmd and execute the following command:
|
|
|
```bash
|
|
|
sudo docker-compose up --build -d
|
... | ... | |