Skip to content

Release 0.1.3

Pre-release
Pre-release

Choose a tag to compare

@gotzl gotzl released this 12 Dec 18:35
· 165 commits to master since this 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 runserver

For some more instructions see the readme.