small changes

This commit is contained in:
Walter 2025-02-21 08:29:00 +01:00
parent 1f2674c5df
commit 16753b42fc
2 changed files with 4 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 217 KiB

After

Width:  |  Height:  |  Size: 217 KiB

View File

@ -9,7 +9,10 @@ at https://bloons.walter.lol
- do `git clone https://git.walter.lol/respect/bloonsworld` - do `git clone https://git.walter.lol/respect/bloonsworld`
- rename `.env.example` to `.env` - rename `.env.example` to `.env`
- rename `docker-compose-example.yml` to `docker-compose.yml` - rename `docker-compose-example.yml` to `docker-compose.yml`
- in the downloaded folder, do `docker-compose up -d` - configure `.env` and `docker-compose.yml`
- in the downloaded folder, do `docker-compose up -d` to start the thing
- then once its done do `sudo bash fix_permissions.sh` to fix permissions
- now do `docker-compose down --remove-orphans&&docker-compose up -d` to restart
⚠ WARNING ⚠ WARNING
don't run this on a public server without `nginx` or `apache`. don't run this on a public server without `nginx` or `apache`.