diff options
Diffstat (limited to 'doc/README.sql-ledger')
-rw-r--r-- | doc/README.sql-ledger | 13 |
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. |