This is a dockerized version of the ticketing software Gestsup to simplify deployment.
Prerequisites:
Have docker & docker-compose installed.
- Retrieve the files
git clone https://github.com/yblis/gestsup-dockerize.git gestsup
- Navigate to the gestsup directory
cd gestsup/
Launch the docker-compose to create the containers
make install
Connect to http://localhost:3010
Change the port in the docker-compose.yml file if needed.