1.2 KiB
1.2 KiB
Bloonsworld archive
yes finally.
How do i play?
How do i run it on local network?
- install docker (windows, linux, mac)
- do
git clone https://git.walter.lol/respect/bloonsworld - rename
.env.exampleto.env - rename
docker-compose-example.ymltodocker-compose.yml - configure
.envanddocker-compose.yml - in the downloaded folder, do
docker-compose up -dto start the thing - then once its done do
sudo bash fix_permissions.shto fix permissions - now do
docker-compose down --remove-orphans&&docker-compose up -dto restart
⚠ WARNING
don't run this on a public server without nginx or apache.
u could get hacked.
if you want to run this public anyways, i recommend watching an nginx tutorial
or asking me to include support for it in this repo.
What do i do once im running it?
This will guide you through making an admin account
docker exec -it bloonsworld /bin/shpython manage.py createsuperuser