GibCasa GameServerSupervisor
Table of Contents
Installation using venv
Prerequisites
Python 3.10 or above
Installation
- Clone the repository:
 
- Create a virtual environment in Python:
 
- Activate the virtual environment:
 
- Install dependencies:
 
- Run tests:
 
- Run migrations:
 
- Create admin user:
 
- Run server:
 
Installation using Podman
Prerequisites
Podman
Installation
- Clone the repository:
 
- Build the image:
 
- Run a container in an interactive shell:
 
- Install dependencies:
 
- Run tests:
 
- Run migrations:
 
- Create admin user:
 
- Run server:
 
Usage
- Visit http://localhost:8000 for /public and http://localhost:8000/admin/ to login via the superuser credentials
 
Contributing
- Fork the repository.
 - Create a new branch: 
git checkout -b feature-name. - Make your changes.
 - Push your branch: 
git push origin feature-name. - Create a pull request.
 
License
This project is licensed under the AGPL.
					Languages
				
				
								
								
									Python
								
								65.6%
							
						
							
								
								
									HTML
								
								33.9%
							
						
							
								
								
									Dockerfile
								
								0.5%