diff --git a/README.md b/README.md index e69de29..54f1adf 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,16 @@ +# 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 \ No newline at end of file diff --git a/webpanel/templates/webpanel/home.html b/webpanel/templates/webpanel/home.html index 1f0d1df..35ce3e8 100644 --- a/webpanel/templates/webpanel/home.html +++ b/webpanel/templates/webpanel/home.html @@ -3,7 +3,7 @@ - Game Hosting Panel + GibCasa GSM