From 993c9a7807e38b365f48334fff6640e07647af03 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 17 Oct 2012 22:20:46 +0200 Subject: o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS. --- docs/README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'docs') 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: - ./// - current - symlink to the currently installed app - versions/ - collection with all installed versions - 1.0/ + ./// - 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/ -- cgit v1.2.3