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

2021-04-13 v1.1 add support for custom config

parent f9053fd6
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ GNU GPL 3.0
### Xsentfile module
On Apache Webserver install xentfile module.
On Apache Webserver install xsendfile module.
i.e. on CentOS
......@@ -37,7 +37,7 @@ path on your websever.
Redirect all requests to /packages/[whatever] to /packages/index.php
Ecample snippet
Example snippet
```text
......@@ -118,6 +118,7 @@ SYNTAX:
OPTIONS:
-c CFGFILE load custom config file after defaults in getfile.sh.cfg
-d enable debug infos
-e PHASE phase; overrides env variable IMLCI_PHASE
-f FILE filename to get (without path); overrides env variable IMLCI_FILE
......@@ -128,7 +129,9 @@ OPTIONS:
-u URL URL of iml ci server without trailing /; overrides env variable IMLCI_URL
VALUES:
CFGFILE custom config file. It is useful to handle files of different
projects on a server.
PHASE is a phase of the ci server; one of preview|stage|live
FILE is a filename without path that was created by ci server.
OUTFILE Output file. It can countain a path. If none is given the filename
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment