Release 0.3.0
Pre-release
Pre-release
Testing release, compatible with ACC 1.0.
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.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
- cfg edit: eliminated save button, changes are applied on-the-fly
- cfg select: implemented renaming and cloning