aboutsummaryrefslogtreecommitdiff
path: root/docs/app.txt
Commit message (Collapse)AuthorAgeFilesLines
* app-init: Adding '-s' option to set a configuration option before theTrygve Laugstøl2013-11-011-17/+18
| | | | | | resolver is executed and app is installed. The configuration will be available when the app's hooks are executed. o Running the documentation though aspell.
* docs/app.txt: More in the introduction.Trygve Laugstøl2013-11-011-0/+21
|
* o Removing all old code (X files).Trygve Laugstøl2013-10-271-16/+51
| | | | | | | o Making sure APPSH_HOME is 1) exported and, 2) always prepended to $PATH. o More documentation on what a zip file actually looks like and how to create hooks.
* app-ls-apps:Trygve Laugstøl2013-10-271-13/+48
| | | | | | | | | | | | | | | | | | o New command to list all applications installed under a directory. app-foreach-app: o New command to execute another command for each app installed under the current directory. app-init/app-install-file: o Adding -C and -c to prepand and append config files around the appliation's build-in configuration files. app-cat-conf: o Use $APP_HOME as the 'appliation installation directory' if set. app-operator-pid: o Support PID files created by the launcher.
* o More TODOs.Trygve Laugstøl2013-10-271-0/+1
|
* o Adding a man page on internals.Trygve Laugstøl2013-10-261-25/+2
|
* o Better links in HTML docs.Trygve Laugstøl2013-10-261-7/+5
|
* app-cat-conf: Removing -n argument, adding -k and -g for 'key' andTrygve Laugstøl2013-10-261-0/+16
| | | | 'group' lookups.
* o Getting "upgrade" to work with non-SNAPSHOT versions too.Trygve Laugstøl2013-10-201-0/+83
o Removing maven.version. o Documenting(!) the different configuration keys and what they mean.