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

1.3 installs



OK,

Have now installed 1.3 from svn twice on virgin machines (VirtualBox
is really nice for this).

The only instruction I am missing appears to be that of moving
ledgersmb.conf.default to ledgersmb.conf and removing the default_db
database entry.  For some reason, this database at times overrides the
db on the login screen, so I found it necessary to remove it.
(INSTALL.patch attached)

Will start putting in some "data".  As I understand how this works
better, I may try to automate some random data.  Meanwhile, any
particular modules developers are interested in having tested?

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
            - Nemesis Air Racing Team motto
--- INSTALL.old	2009-06-21 08:38:54.000000000 -0500
+++ INSTALL	2009-06-21 08:52:21.000000000 -0500
@@ -107,6 +107,17 @@
 Apache must also be able to read (but not write) /path/to/ledgersmb13/ and its 
 subdirectories.
 
+Set up ledgersmb.conf
+====================
+
+The /path/to/ledgersmb13/ledgersmb.conf.default file contains some defaults that and hints that ledgersmb requires to function fully.  So copy the included ledgersmb.conf.default file to ledgersmb.conf:
+
+$ cp ledgersmb.conf.default ledgersmb.conf
+
+Review the file and ensure that if your system has anything in non-standard places you include them in this file.
+
+You may also want to remove lsmb13 from the default_db line near the bottom of the file or change it to the name you've chosen for your database if you have only one.
+
 
 Check And Satisfy Perl Dependencies
 ===================================