The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version phpledger-0.1.1.zip (51.7 kB)
Email in envelope

Get an email when there's a new version of PHP Ledger

Home / 0.1.1
Name Modified Size InfoDownloads / Week
Parent folder
phpledger-0.1.1.zip 2016-08-10 51.7 kB
README 2016-08-10 1.0 kB
Totals: 2 Items   52.7 kB 2
INSTALL
---------

To install the application follow these steps:
1. Install a webserver (preferably Apache, but any other should work if it supports PHP)
2. Install PHP
3. Instal MySQL
4. Create a directory in the webserver root to hold the application files
5. Unzip the contents of phpledger.zip to the directory created above
6. Edit common_config.php to suit your needs
7. Create the database using caixa.sql file with mysql -u root -p < caixa.sql
8. Create users in mysql to access the application. The user password should be encrypted with md5 (CREATE USER 'jeffrey'@'localhost' IDENTIFIED BY PASSWORD(md5('*90E462C37378CED12064BB3388827D2BA3A9B689')))

This is still cumbersome and a bit complicated. Both the user creation and authentication should be moved into the app itself in the future, as well as the database creation and setup.

If you need any help do not hesitate to contact me by email to a.h.o.l.i.v.e.i.r.a.[at]g.m.a.i.l..c.o.m. (remove each single dot to get the email).

Regards,
Antonio Oliveira 
Source: README, updated 2016-08-10