summaryrefslogtreecommitdiff
path: root/doc/README.sql-ledger
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-02 06:02:02 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-02 06:02:02 +0000
commitcf607d93557a99ac40de7a530946e3b9ed8c1bd9 (patch)
tree284d1fa484de902cd9074b9770e978a3ff3d6277 /doc/README.sql-ledger
parent87199586a42e41ab524a594214a74e115e411aac (diff)
Removed more references to SQL-Ledger.
Added open source manual to documentation directory. Removed references to SQL-Ledger's website and documentation structure. Updated links to Windows builds of DBD::Pg modules. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@15 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'doc/README.sql-ledger')
-rw-r--r--doc/README.sql-ledger13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/README.sql-ledger b/doc/README.sql-ledger
new file mode 100644
index 00000000..5d6f33c4
--- /dev/null
+++ b/doc/README.sql-ledger
@@ -0,0 +1,13 @@
+README for SQL-Ledger Users
+===============================
+
+LedgerSMB is largely a drop-in replacement for SQL-Ledger. The initial release
+includes a number of security and data integrity improvements, and future
+versions will likely add new features as well.
+
+To convert an existing SQL-Ledger installation to LedgerSMB, copy the files from
+the tarball over your existing SQL-Ledger directory and run the SL2LS.pl script.
+This script will rename some files, delete others, and pretty soon you will have
+a working LedgerSMB installation.
+
+The database will be updated on first login.