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

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



Revision: 1301
          http://svn.sourceforge.net/ledger-smb/?rev=1301&view=rev
Author:   tetragon
Date:     2007-06-21 20:12:11 -0700 (Thu, 21 Jun 2007)

Log Message:
-----------
Move up config file adjustment to before the file is first used, not after

Modified Paths:
--------------
    branches/1.2/UPGRADE

Modified: branches/1.2/UPGRADE
===================================================================
--- branches/1.2/UPGRADE	2007-06-22 02:25:16 UTC (rev 1300)
+++ branches/1.2/UPGRADE	2007-06-22 03:12:11 UTC (rev 1301)
@@ -96,18 +96,20 @@
       "update users_conf set password = md5('my_password');"
       Naturally you would use your password instead of my_password.
 
-6)  Import the users.  Run the import-members script to do this.
+6)  Create ledgersmb.conf using appropriate values from the old ledger-smb.conf
+    and connection data for the central authentication database.
+    ledgersmb.conf.default can be used as a base.
 
-7)  Copy the files from the LedgerSMB tarball over your existing installation.
+7)  Import the users.  Run the import-members script to do this.
 
-8)  Delete the users directory.
+8)  Copy the files from the LedgerSMB tarball over your existing installation.
 
-9)  Upgrade your templates.  Run the following command:
+9)  Delete the users directory.
+
+10) Upgrade your templates.  Run the following command:
 	perl upgrade_templates.pl $templatedir
     Where $templatedir is the directory of your templates.
 
-10)  Edit the ledger-smb.conf file as appropriate.
-
 11) You can test basic parts of the installation by running Build ./test at 
     this point.
 


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