This project aims to have a usable, updatable installation of the revive adserver in a docker infrastructure.
- Install, setup and run the current revive-version
- database following upgradable naming conventions see Upgrade instructions (might be external or included)
- Detect version missmatch (container / connected Database) on start and solve by upgrading if new database exists
_Mmpis the version suffix for theDB_NAME.- If the ENV says we have
_401and our container says we should have_410we have a upgrade situation - check if DB
_410exists OR exit - if
_410is not empty and has the 4.1.0 installed, change ENV-VAR DB_NAME to_410 - if
_410is empty, follow upgrade instructions
DB_HOST=localhostDB_PORT=3306DB_NAME=revive_400DB_USERNAME=rootDB_PASSWORD=