Release 0.1.3
Pre-release
Pre-release
Testing release. Allows to
- create/delete configurations
- create multiple events and sessions within one config (although multiple events are not supported by current version v0.4.* of the game)
- use the configs to create server instances
- start/stop/delete server instances
- basic monitoring
- basic browsing of results
Quick start
cd accservermanager-0.1.3/
# Configure the things at the bottom of accservermanager/settings.py, ie the path to your ACC server files
python manage.py migrate
python manage.py createsuperuser
python manage.py runserverFor some more instructions see the readme.