Install - sjlu/RU-Planner GitHub Wiki
Instructions
In order to get this running, you want to do the following. I assume that you have a standard LAMP stack available for you to run this. I also assume you have Node.js/NPM installed.
Clone the repository.
git clone [email protected]:sjlu/RU-Planner.git
Get all dependencies.
cd RU-Planner
git submodule update --init
npm install
Setup a database.
By default, it looks for the ru-planner
database with root:root
for credentials. If you want to start from scratch simply run php index.php
to have migrations install the database structure.
If you're looking for sample data, take the database dump in the db
folder and import into your MySQL database.
Logging in.
By default, you'll need a Rutgers account. But just edit application/models/auth_model.php
for it to throw true.