The best bloonsworld archive
Go to file
2025-02-24 15:57:17 +01:00
app global leaderboard added 2025-02-24 15:57:17 +01:00
dev implement rank system 2025-02-24 15:07:38 +01:00
.env.example finally solved the csrf bug thing omg 2025-02-21 03:22:17 +01:00
.gitignore we are so ready 2025-02-20 20:39:41 +01:00
docker-compose-example.yml finally solved the csrf bug thing omg 2025-02-21 03:22:17 +01:00
fix_permissions.sh made temp fix 2025-02-21 02:06:01 +01:00
readme.md small changes 2025-02-21 08:29:00 +01:00
update.sh Fixed update.sh 2025-02-21 06:38:44 +01:00

Bloonsworld archive

yes finally.

How do i play?

at https://bloons.walter.lol

How do i run it on local network?

  • install docker (windows, linux, mac)
  • do git clone https://git.walter.lol/respect/bloonsworld
  • rename .env.example to .env
  • rename docker-compose-example.yml to docker-compose.yml
  • 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
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/sh
  • python manage.py createsuperuser