Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 989 Bytes

File metadata and controls

34 lines (27 loc) · 989 Bytes

GestSup - Docker

Unofficial dockerized version of GestSup, IT ticketing platform and issue tracking system.

Install

To install, you simply have to:

git clone https://github.com/SpiizN/gestsup-docker.git
cd gestsup-docker/
docker compose up -d

It is also recommended to change the values from the .env file:

#--------------------------------------------------
# GestSup
#--------------------------------------------------
EXTERNAL_HTTP="8080"

#--------------------------------------------------
# GestSup - Database
#--------------------------------------------------
DB_NAME="gestsup"
DB_USER="gestsup"
DB_PASSWORD="gestsup"

After deploying with docker compose, go to http://[SERVER_IP]:[DOTENV_PORT]/install/ and perform the installation with your .env file values.

After completing installation, you'll need to remove the install folder. Simply do it with:

docker exec gestsup-app rm -rf /var/www/html/install/