Skip to content

Release 0.3.2

Pre-release
Pre-release

Choose a tag to compare

@gotzl gotzl released this 02 May 14:27
· 106 commits to master since this release

Testing release, compatible with ACC 1.3.

Allows to

  • create/delete configurations
  • create multiple events and sessions within one config
  • use the configs to create server instances
  • start/stop/restart/delete server instances
  • basic monitoring

Quick start

cd accservermanager-0.3.2/
# Configure the things at the bottom of accservermanager/local_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.

Notable changes

  • updated help text extracted from server handbook
  • updated tracks and cars for ACC 1.3
  • instance view stdout/stderr with correct linebrakes