This repo is intended for all developers that needs their service up and running in no time.
NOTICE: It is LINUX only for now
- Open terminal window in project directory
- type : sudo chmod +x ./runme.sh
- then : sudo ./runme.sh
- Fill in the details as instructed
- FIle docker-compose will be created at the root of directory
- Copy your project files inside of server/yourdomain directory
- Run it with: sudo docker-compose up -d
- Enter the same project directory
- type: sudo docker-compose down
- that is it.