bozo-backend/README.md
2023-06-09 15:22:50 +02:00

762 B

Placeholder Name

A plateform (http server) to manage esport team

Installation

  1. Download the project
git clone https://git.chauvet.pro/bozogang
  1. Go in
cd bozogang
  1. Build docker image
docker build -t zeolak .
  1. 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
  2. Launch the docker
docker-compose up -d
  1. Edit the config
    secret: change to a random string
    database: setup the database acces
  2. Relauch the docker
docker-compose up -d

Update

  1. Update the docker image
docker build -t zeolak --no-cache .
  1. Relaunch the docker
docker-compose up -d