Pratyush Desai a13df3aea4
Rm references to "docker"
Closes #13
Required a change in name of two fields in the Server model.

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-02-09 22:35:24 +05:30
2025-01-20 05:02:25 +05:30
2025-02-09 22:35:24 +05:30
2025-01-20 05:02:25 +05:30
2025-01-20 05:02:25 +05:30
2025-02-06 10:25:57 +05:30

GibCasa GameServerSupervisor

Prerequisites

Python 3.10 or above

Installation

  1. Clone the repository:
  git clone https://git.com.de/GibCasa/GameServerSupervisor
  1. Create a virtual environment in Python:
  python -m venv venv
  1. Activate the virtual environment:
  source venv/bin/activate
  1. Install dependencies:
  pip install -r requirements.txt
  1. Run migrations:
  python manage.py migrate
  1. Create admin user:
  python manage.py createsuperuser
  1. Run server:
  python manage.py runserver
Description
Hosting for Game Servers.
Readme 456 KiB
Languages
Python 82.1%
HTML 17.9%