712 B
712 B
GibCasa GameServerSupervisor
Prerequisites
Python 3.10 or above
Installation
- Clone the repository:
git clone https://git.com.de/GibCasa/GameServerSupervisor- Create a virtual environment in Python:
python -m venv venv- Activate the virtual environment:
source venv/bin/activate- Install dependencies:
pip install -r requirements.txt- Run migrations:
python manage.py migrate- Create admin user:
python manage.py createsuperuser- Run server:
python manage.py runserver- visit http://localhost:8000 for /public and http://localhost:8000/admin/ to login via the superuser credentials