The best bloonsworld archive
Go to file
2025-02-21 01:52:41 +01:00
app no way i forgot this 2025-02-21 01:52:41 +01:00
dev added readme.md 2025-02-18 03:47:11 +01:00
.env.example last commit before dropping the idea of multi-stage builds 2025-02-20 19:47:53 +01:00
.gitignore we are so ready 2025-02-20 20:39:41 +01:00
docker-compose-example.yml Fixed environment variables 2025-02-21 00:19:42 +01:00
readme.md edited readme.md 2025-02-21 00:46:27 +01:00
update.sh better update.sh 2025-02-21 01:49:52 +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
  • in the downloaded folder, do docker-compose up -d

⚠ 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