Releases: gotzl/accservermanager
Releases · gotzl/accservermanager
Release 0.4.1
Testing release, compatible with ACC 1.5.
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.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
- added GT4 cars
- added carGroup selection
- Dockerfile now based on debian-slim
- various fixes
Thanks to @joaolboing for his contribution.
Release 0.4.0
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
Release 0.3.2
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
Release 0.3.1
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
Release 0.3.0
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
Release 0.2.1
Testing release, compatible with ACC 0.6.
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.2.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
- user settings are now located in accservermanager/local_settings.py
- introduced DATA_DIR which holds the directory for configs/instances as well as the sqlite database
- allow to restart stopped instances
- only copy relevant files to the instance folder
- multiple changes related to docker, ie configuration via env vars
Release 0.2.0
Testing release, compatible with ACC 0.6.
Allows to
- create/delete configurations
- create multiple events and sessions within one config
- use the configs to create server instances
- start/stop/delete server instances
- basic monitoring
Quick start
cd accservermanager-0.2.0/
# Configure the things at the bottom of accservermanager/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.
Release 0.1.3
Testing release. Allows to
- create/delete configurations
- create multiple events and sessions within one config (although multiple events are not supported by current version v0.4.* of the game)
- use the configs to create server instances
- start/stop/delete server instances
- basic monitoring
- basic browsing of results
Quick start
cd accservermanager-0.1.3/
# Configure the things at the bottom of accservermanager/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.
Release 0.1.2
Testing release. Allows to
- create/delete configurations
- create multiple events and sessions within one config (although not supported by current version v0.3.4 of the game)
- use the configs to create server instances
- start/stop/delete server instances
- basic monitoring
Quick start
cd accservermanager-0.1.2/
# Configure the things at the bottom of accservermanager/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.