diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-17 22:20:46 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-17 22:20:46 +0200 |
commit | 993c9a7807e38b365f48334fff6640e07647af03 (patch) | |
tree | 4347844f2039b29f134e4f729ce38180ad047f8c /docs | |
parent | fbc6c0b93a88ac10730dd6f4492750cd32e2b44a (diff) | |
download | app.sh-993c9a7807e38b365f48334fff6640e07647af03.tar.gz app.sh-993c9a7807e38b365f48334fff6640e07647af03.tar.bz2 app.sh-993c9a7807e38b365f48334fff6640e07647af03.tar.xz app.sh-993c9a7807e38b365f48334fff6640e07647af03.zip |
o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/docs/README.md b/docs/README.md index c3cb679..4649ce3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,6 +38,9 @@ TODOs * Support -h for all applicable methods to show the help/usage. +* Rename "scripts/" to handlers or something similar. Perhaps just + remove it entirely. + Commands -------- @@ -108,17 +111,25 @@ Directory Hierarchy ### Current +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 + App.sh related: - ./app + ./ The root of an application set. Known as $APPSH_APPS + ./app The app script, symlinked from your git clone directory ./.app/lib bash libraries used by app.sh and methods ./.app/var runtime data Applications: - ./<name>/<instance>/ - current - symlink to the currently installed app - versions/ - collection with all installed versions - 1.0/ + ./<name>/<instance>/ - Known as $APPSH_INSTANCE_HOME + 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/ + scripts/ 1.1/ 2.0/ |