This project was originally written by saints in UC Berkeley, transplanted through Canada and now is maintained in Boston for the Boston Area Training on Eldership.
This is a standard php + mysql stack project. Downloading and installing any of the following standard *amp framework for your OS will work.
git clone
this repo and put it in your *amp www/
or htdocs/
folder. You'll be able to access it at localhost:8888 or some port number.
Database config files live in includes/psl-config.php
. Please update accordingly depending on working in local/production environment.
Default local settings for your database is:
HOST: localhost
USER: root
PASSWORD: root
DATABASE: brotherstraining
brotherstraining
database/db_schema.sql
. If there are any bugs, please file an issue and/or submit PR's to the repo. Thanks for sharing!