Release 0.4.0
Pre-release
Pre-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 runserverFor 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