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

update readme

parent 86b7a80f
Branches
No related tags found
No related merge requests found
bin/getfile.sh.cfg
profiles/ci-webgui/config.sh
profiles/ci-webgui/replace.txt
profiles/ci-webgui/tasks_config.sh
profiles/ci-webgui/*
profiles/ci-webgui-demo/*
profiles/ci-webgui-demo/replace.txt
profiles/ci-webgui-demo/tasks_config.sh
profiles/ci-webgui-demo/tasks_postinstall.sh
......@@ -100,7 +100,7 @@ To access other ressources you can user these variables:
```txt
${selfdir} application root of deployment scripts
${projectdir} project config dir i.e. [path]/profiles/myapp
${profiledir} project config dir i.e. [path]/profiles/myapp
```
For hooks you can create files with pre defined names. A hook script must have executable rights. You get a hint message if it does not exist or has no x permission. A missing hook script does not result in an error.
......@@ -123,7 +123,7 @@ You need to reference the template, output file and a file for replacement data.
# create_config.sh template_file target_file replacements (can be multiple files)
# | | | |
# v v v v
"${selfdir}/bin/create_config.sh" hooks/templates/mytemplate.erb config/target.php ${projectdir}/replace.txt
"${selfdir}/bin/create_config.sh" hooks/templates/mytemplate.erb config/target.php ${profiledir}/replace.txt
```
#### Pre and post install actions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment