Skip to content
Snippets Groups Projects
Commit d76a541d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update readme

parent 4bb64d7a
No related branches found
No related tags found
No related merge requests found
# IML deployment client :: proof of concept :: WIP # IML deployment client
This client is a set of bash scripts to deploy a package that was built on th IML CI server. This client is a set of bash scripts to deploy a package that was built on th IML CI server.
...@@ -30,11 +30,15 @@ If fully configured the deployment script executes the following steps in that f ...@@ -30,11 +30,15 @@ If fully configured the deployment script executes the following steps in that f
* download Software archive * download Software archive
* detect if download is newer than the last one * detect if download is newer than the last one
* jump into installation dir of your application * jump into installation dir of your application
* optional: execute pre installation tasks * optional: execute pre installation tasks (1)
* optional: run cleanup * optional: run cleanup (1)
* extract software archive * extract software archive (1)
* create config files * create config files
* optional: execute post installation tasks * optional: execute post installation tasks (1)
* optional: execute post config change tasks (2)
(1) if a new software version was downloaded
(2) if one of the config files was created or changed
## Set up access to package server ## Set up access to package server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment