How to Install - acremonezi/Projeto-Integrador-em-Computacao-I GitHub Wiki

  1. Clone this Git repository into your machine by running the command bellow:

    git clone https://github.com/acremonezi/Projeto-Integrador-em-Computacao-I

  2. Startup the databases containers by running the command bellow:

    docker-compose up -d

  3. Examples of others Docker Compose commands:

    1. To see the containers status: docker-coompose ps
    2. To stop the containers: docker-compose stop
    3. To list other commands available: docker-compose --help
  4. Enjoy it and have fun!