keeps / dbptk-enterprise

DBPTK Enterprise deployment using docker
https://database-preservation.com
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Installation #22

Closed Jai-tatum closed 2 years ago

Jai-tatum commented 2 years ago

I'm having trouble understanding how to install this program. I am also trying to make an automated install with MECM so any tips would be helpful. Thank you.

How do I "Open a terminal within deploys/development folder" and "Run docker-compose up". Do I do these in the docker app somehow, or on the command line?

luis100 commented 2 years ago

A "terminal" here refers to the command line. The "docker compose" is a more complex setup than the simple docker app.

Check the following links: https://docs.docker.com/compose/ https://linuxhint.com/beginners_guide_docker_compose/

Also, please note that the compose requires Linux or macOS to run, you cannot run our docker compose configuration in Windows without changes.