Pratyush Desai 53a59f4f27
Add setup steps
Add setup steps in readme. and include stray changes from a template smh

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-01-21 03:21:05 +05:30
2025-01-20 05:02:25 +05:30
2025-01-21 03:21:05 +05:30
2025-01-20 05:02:25 +05:30
2025-01-20 05:02:25 +05:30
2025-01-21 03:21:05 +05:30
2025-01-20 05:02:25 +05:30

# 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 
* Create admin user: `python manage.py createsuperuser` 
* `python manage.py makemigrations`
* `python manage.py migrate`
* `python manage.py runserver`
* visit http://localhost:8000 for /public and 
  http://localhost:8000/admin/ to log in via the superuser credentials
Description
Hosting for Game Servers.
Readme AGPL-3.0 569 KiB
Languages
Python 65.6%
HTML 33.9%
Dockerfile 0.5%