edited readme.md
This commit is contained in:
parent
772aee55fe
commit
d4772fb325
14
readme.md
14
readme.md
@ -4,14 +4,20 @@ yes finally.
|
|||||||
## How do i play?
|
## How do i play?
|
||||||
at https://bloons.walter.lol
|
at https://bloons.walter.lol
|
||||||
|
|
||||||
## How do i run it on my pc/server?
|
## How do i run it on local network?
|
||||||
- install docker ([windows](https://docs.docker.com/desktop/setup/install/windows-install/), [linux](https://docs.docker.com/desktop/setup/install/linux/), [mac](https://docs.docker.com/desktop/setup/install/mac-install/))
|
- install docker ([windows](https://docs.docker.com/desktop/setup/install/windows-install/), [linux](https://docs.docker.com/desktop/setup/install/linux/), [mac](https://docs.docker.com/desktop/setup/install/mac-install/))
|
||||||
- do `git clone https://git.walter.lol/respect/bloonsworld`
|
- 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`
|
- 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?
|
## What do i do once im running it?
|
||||||
This will guide you through making an admin account
|
This will guide you through making an admin account
|
||||||
- `docker exec -it bloonsworld /bin/bash`
|
- `docker exec -it bloonsworld /bin/sh`
|
||||||
- `cd /app`
|
- `python manage.py createsuperuser`
|
||||||
- `py manage.py createsuperuser`
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user