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 79 KiB
Languages
Python 82.1%
HTML 17.9%