aboutsummaryrefslogtreecommitdiff
path: root/libexec/app-operator-pid
Commit message (Collapse)AuthorAgeFilesLines
* o Adding some tests for app-operate.Trygve Laugstøl2013-11-011-1/+1
|
* o Removing all old code (X files).Trygve Laugstøl2013-10-271-5/+4
| | | | | | | 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-7/+58
| | | | | | | | | | | | | | | | | | 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 Exposing 'status' and 'restart' commands again.Trygve Laugstøl2013-04-201-3/+12
|
* o Adding a file resolver.Trygve Laugstøl2013-02-041-1/+1
| | | | o Getting the IT to work on windows.
* Defining 'APP_HOME' as where the .app dir is. The tools should useTrygve Laugstøl2013-01-271-46/+96
| | | | | this value to find files. app-operate/app-operator-pid: These are "functional" now.
* o Starting on a style guide.Trygve Laugstøl2013-01-271-0/+119
app-conf: Adding 'import' command. app-cat-conf: Adding support for multiple -f flags. The default files can be switched off. A file named "-" is the same as /dev/stdin. app: Adding a way to enable debugging. app-install-file: Import any configuration delivered with the package.