-
Notifications
You must be signed in to change notification settings - Fork 0
Home
KevinKrames edited this page Dec 15, 2015
·
10 revisions
#Installation and Setup:#
Before you begin you need to have Node, NPM, and MySQL installed.
To begin installation, clone the repository into the directory of your choice:
git clone https://github.com/3See/eReader.git
Navigate to the root of the directory and install all dependencies using:
npm install
To run the application, run grunt at the root of the repository:
grunt
Now you can open the website through a browser on localhost:3000
#Setting up the Database:#
navigate to the directory "config/env/" and add in this file:
(Replace the values with the correct keys to connect to the database of your choice.)
- Mean Stack Relational - https://github.com/jpotts18/mean-stack-relational
- Bootstrap - http://getbootstrap.com/