GameServerSupervisor/README.md
Pratyush Desai 5247ee458d
fix readme steps
gotta migrate the auth model before one can attempt to create
a superuser.

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-01-25 01:57:07 +05:30

15 lines
432 B
Markdown

# GibCasa GameServerSupervisor
# Setup
* clone the repo
* create venv `python3 -m venv venv`
* activate `source venv/bin/activate`
* `pip install -r requirements.txt`
* will need docker running
* `python manage.py migrate`
* Create admin user: `python manage.py createsuperuser`
* `python manage.py runserver`
* visit http://localhost:8000 for /public and
http://localhost:8000/admin/ to login via the superuser credentials