Skip to content

Release 0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gotzl gotzl released this 05 Jan 16:10
· 95 commits to master since this release

Testing release, compatible with ACC 1.2.

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.1/
# 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
  • instance view now shows downloadable configs
  • docker image based on alpine