How to deploy an instance
Note: This how-to is written only from memory and may miss important steps or contain mistakes. It should be verified.
Prerequisite: You have a Class, a Deploy-Unit and an instance, they are tested @ dev, they have been released before
Aim: Increment the Class,DU and instance version and release the DU
Works with: to be confirmed
- Class
- increment version
- information->class-major/minor/tiny-version
- synchronize code
- export to DB
- DeployUnit
- increment class version
- class->class-major/minor/tiny-version
- increment DU version
- information->deploy-unit-major/minor/tiny-version
- synchronize code
- !!! Do not export to DB !!!
- Instance
- increment DU version
- information->deploy-unit-version
- !!! Do not export to DB !!!
- Version Control
- DeployUnit
--
TobiasHabermann - 21 Jan 2020