Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Installation Steps

All the configuration is using docker and… (need better info)

resume de lo que vamos a instalar.

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

  1. on /opt to create and run these commands:

    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:

    └── zw-vmmc-docker
        └── mongo
            └── backups
        └── nginx
            └── certs
        └── node_container
            └── services
        └── tomcat
            └── conf
            └── webapps
      
  • No labels