summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-13 01:02:11 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-13 01:02:11 +0000
commitf0882c3a932f2cefb756e0addffe129732b08861 (patch)
tree7b09606902f27f730de6591db9ffd3a97db11841 /INSTALL
parent698bb3f8b8b57419876db24227d71f779795a4a7 (diff)
Altered install documentation
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@886 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL34
1 files changed, 34 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 965c0351..bd2cd34e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -69,6 +69,40 @@ and may not be required in all circumstances. These include:
* Parse::RecDescent for the CLI script host
+FTP INSTALLATION:
+============================================================================
+If you control the server and have shell access, the
+instructions above are preferred over those given here.
+instead of those given here. This is simply a set of
+notes for those who must install on a shared server.
+
+If you do not have access to the server's configuration
+files install LedgerSMB in userspace by ftp'ing all the
+files to your server.
+
+a) untar ledger-smb in your private_html directory
+b) turn on script execution for the folder ledger-smb
+You can control this with an .htaccess file
+
+ Options +ExecCGI
+ DirectoryIndex login.pl
+
+c) protect the users directory with an .htpasswd file
+
+order allow,deny
+deny from all
+
+d) protect the templates directory with an .htpasswd file
+
+order allow,deny
+deny from all
+
+e) set up your PostgreSQL database and the tables. The basic
+procedure is specified in the INSTALL file.
+
+You will most likely only have access to PostgreSQL with
+some other tools like pgadmin.
+
TROUBLESHOOTING
===========================================================================