Installation Steps
All the configuration is using docker and… (need better info)resume de lo que vamos a instalarnecessary services are going to be delocalized using docker.
Make sure that docker is installed on the machine you are going to use and that you have the proper permissions to be able to use it.
Due to the number of configurations. The steps have been divided into different pages. Each of these pages focuses on each of the major services.
Info |
---|
To execute Docker commands, a user with sudo privileges is required. If the root user is accessible, there is no need to add the ‘sudo’ instruction. |
In this section, we will focus on each folder to clarify its configuration.
First of all, we need to create the folder structure
on Go to /opt tocreate and run these commandsthe next command:
Code Block mkdir -p zw-vmmc-docker/certs \ zw-vmmc-docker/mongo/backups \ zw-vmmc-docker/nginx/certs \ zw-vmmc-docker/node_container/services \ zw-vmmc-docker/tomcat/conf \ zw-vmmc-docker/tomcat/webapps
It creates the next folder structure:
Code Block └── zw-vmmc-docker └── mongo └── backups └── nginx └── certs └── node_container └── services └── tomcat └── conf └── webapps
...