Skip to content

Release 0.4.0

Pre-release
Pre-release

Choose a tag to compare

@gotzl gotzl released this 01 Jul 21:56
· 100 commits to master since this release

Testing release, compatible with ACC 1.4.

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.4.0/
# 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

  • use utf-16 encoding for config jsons; this breaks old configs/instances
  • added server.log to instance view