radicalray / brothers-training

Repo for Elder's Training Website
1 stars 1 forks source link

brotherstraining

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.

Setup

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

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

Database

Contribute

If there are any bugs, please file an issue and/or submit PR's to the repo. Thanks for sharing!