tperich / udomime-autodeploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to deploy

Make sure:

  • To have git, docker and docker-compose installed
  • Ports 80 (frontend), 8000 (backend), and 3306 (database) are free or change them in the repositories' docker-compose files

Steps:

  1. Run ./auto_deploy.sh --deploy
  2. Enter your superuser password if asked
  3. Upon completion the app should be running at localhost:80

For script's usage run ./auto_deploy.sh -h

About


Languages

Language:Shell 100.0%