Personal tools
You are here: Home Techie Stuff SQL-Ledger Howto
Our Sponsors
 
Document Actions

SQL-Ledger Howto

by tim last modified 17-11-2005 17:06

Step-by-step instructions on howto get SQL-Ledger up-and-running (well crawling anyway :-)

N.B. These instructions on based on my experiences and therefore are specific to Debian Sarge, Apache2.
  1. sudo apt-get install sql-ledger
  2. Configure Apache2 ..
  3. sudo apt-get install postgresql
  4. Configure postgresql ..
  5. sudo createuser -d -P sql-ledger
  6. sudo su postgres --> createlang plpgsql template1
  7. http://Server_Name/sql-ledger/admin.pl --> Click 'Login'
  8. Create dataset ..
  9. Create user ..
  10. Start playing :-)

Powered by Plone, the Open Source Content Management System