- webserver : lighttpd, apache2, nginx, hiawatta
- php5: mcryp, gd, curl, mysql/mysqlnd
- database: mysql 5.0+ / mariadb 5.1+
- make a directory in the htdocs webserver root directory as "simplegastos"...
- load specific directory sources (
appsys,appweb,assets) in the webserver root htdocs - setup a database user, db and password for db access, we asumed
simplegastosdb user/name - load/build the db SQL script
desarrollobasededatos/gastossystema-1-database.sqlonly to the database - setup the database connection in the config file
appweb/config/database.php - configure the active group database connection with the username/dbname/password done already.
- open your browser and hit to visit
http://127.0.0.1/simplegastos
Professional way recommended to setup a place aliasing event putt directly the files in the htdocs.
This project was supersed by "elsistema", and only acept code fixeds and some minor issues.