[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [886] branches/1.2



Revision: 886
          http://svn.sourceforge.net/ledger-smb/?rev=886&view=rev
Author:   einhverfr
Date:     2007-03-12 18:02:11 -0700 (Mon, 12 Mar 2007)

Log Message:
-----------
Altered install documentation

Modified Paths:
--------------
    branches/1.2/INSTALL
    branches/1.2/doc/README

Modified: branches/1.2/INSTALL
===================================================================
--- branches/1.2/INSTALL	2007-03-12 16:43:13 UTC (rev 885)
+++ branches/1.2/INSTALL	2007-03-13 01:02:11 UTC (rev 886)
@@ -69,7 +69,41 @@
   * 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
 ===========================================================================
 Error:  Access Denied in admin.pl

Modified: branches/1.2/doc/README
===================================================================
--- branches/1.2/doc/README	2007-03-12 16:43:13 UTC (rev 885)
+++ branches/1.2/doc/README	2007-03-13 01:02:11 UTC (rev 886)
@@ -70,40 +70,10 @@
 If strings are missing, English is used instead.
 
 
-FTP INSTALLATION:
------------------
-If you control the server and have shell access, the
-instructions in the INSTALL document are preferred 
-instead of those given here.  This is simply a set of 
-notes for those who must install on a shared server.
+INSTALLATION INSTRUCTIONS:
+--------------------------
+Please see the INSTALL file in the root installation directory of LedgerSMB.
 
-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.
-
 SET UP A USER:
 -------------
 Load your web browser and connect to


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.