diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-18 13:38:58 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-18 13:38:58 +0200 |
commit | 83c13f1181c4062ca5296ea956e950064bde0ffe (patch) | |
tree | ea021190acabc6e675510e13987cd4addbf50765 /docs | |
parent | 993c9a7807e38b365f48334fff6640e07647af03 (diff) | |
download | app.sh-83c13f1181c4062ca5296ea956e950064bde0ffe.tar.gz app.sh-83c13f1181c4062ca5296ea956e950064bde0ffe.tar.bz2 app.sh-83c13f1181c4062ca5296ea956e950064bde0ffe.tar.xz app.sh-83c13f1181c4062ca5296ea956e950064bde0ffe.zip |
o Making all scripts be run from the root/ directory. Do not assume you're in current/.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/README.md b/docs/README.md index 4649ce3..9ae11fa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -41,6 +41,9 @@ TODOs * Rename "scripts/" to handlers or something similar. Perhaps just remove it entirely. +* Document how the operate method (custom pid-method stuff) can see + its own output for debugging. + Commands -------- @@ -104,7 +107,7 @@ Method Contract Unclassified: * `APPSH_HOME` -* `BASEDIR` +* `APPSH_APPS` Directory Hierarchy ------------------- @@ -113,7 +116,7 @@ Directory Hierarchy App.sh is installed through cloning the git repository and/or unpacking a tarball from the git repository. The directory that -contains app is known as $APPSH_HOME +contains the app.sh libraries is known as `$APPSH_HOME`. App.sh related: @@ -125,11 +128,10 @@ App.sh related: Applications: ./<name>/<instance>/ - Known as $APPSH_INSTANCE_HOME - current - symlink to the currently installed app + current -> - symlink to the currently installed app versions/ - collection with all installed versions 1.0/ - A installed version. The zip file is unzipped here. - The current directory for scripts executing from scripts/ - root/ + root/ - The current directory when executing methods and scripts scripts/ 1.1/ 2.0/ |