711 B
711 B
Placeholder Name
A plateform (http server) to manage esport team
Installation
- Download the project
git clone https://git.chauvet.pro/bozogang
- Go in
cd bozogang
- Build docker image
docker build -t zeolak .
- Edit the docker-compose.yml
port
: change the port to what port do you want
path/to/config
: change to the location of your Placeholder Name config - Launch the docker
docker-compose up -d
- Edit the config setup the database acces
- Relauch the docker
docker-compose up -d
Update
- Update the docker image
docker build -t zeolak --no-cache .
- Relaunch the docker
docker-compose up -d