Skip to content

Releases: gotzl/accservermanager

Release 0.4.1

17 Nov 17:26
Compare
Choose a tag to compare
Release 0.4.1 Pre-release
Pre-release

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

01 Jul 21:56
Compare
Choose a tag to compare
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 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

02 May 14:27
Compare
Choose a tag to compare
Release 0.3.2 Pre-release
Pre-release

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

05 Jan 16:10
Compare
Choose a tag to compare
Release 0.3.1 Pre-release
Pre-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

Release 0.3.0

06 Jun 12:21
Compare
Choose a tag to compare
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

Release 0.2.1

10 Mar 15:44
Compare
Choose a tag to compare
Release 0.2.1 Pre-release
Pre-release

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

07 Mar 13:11
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

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

12 Dec 18:35
Compare
Choose a tag to compare
Release 0.1.3 Pre-release
Pre-release

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

12 Dec 18:33
Compare
Choose a tag to compare
Release 0.1.2 Pre-release
Pre-release

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.