Note: Skip these instructions if your sql-ledger is hosted with us.
cd /usr/local/ wget http://www.sql-ledger.com/source/sql-ledger-2.8.20.tar.gz tar xzvf sql-ledger-2.8.20.tar.gz
cd sql-ledger chmod -R 777 users templates
Alias /sql-ledger /usr/local/sql-ledger/
<Directory /usr/local/sql-ledger>
AllowOverride All
AddHandler cgi-script .pl
AddDefaultCharset On
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
</Directory>
<Directory /usr/local/sql-ledger/users>
Order Deny,Allow
Deny from All
</Directory>
service httpd restart # redhat systems /usr/local/etc/rc.d/apache2 restart # FreeBSD
Make sure following line exists and is the first uncommented line in your pg_hba.conf file.
local all all trust
If not, add this line and restart postgresql.
Point your browser to your installation.
http://your.webserver.ip.address/sql-ledger/admin.pl
You should see administrative login screen.
Add a new dataset and a user.
find / -name httpd.conf -print find / -name pg_hba.conf -print
tail /var/log/httpd/error.log