Web Panel for hosted games
Go to file
2025-01-24 21:40:48 +01:00
GameServerSupervisor Initial Commit 2025-01-20 05:02:25 +05:30
webpanel Add setup steps 2025-01-21 03:21:05 +05:30
.gitignore Initial Commit 2025-01-20 05:02:25 +05:30
manage.py Initial Commit 2025-01-20 05:02:25 +05:30
README.md fix readme steps 2025-01-25 01:57:07 +05:30
requirements.txt Initial Commit 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
  • 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