-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Instructions
marktyers edited this page Feb 2, 2014
·
9 revisions
You will need to install NodeJS on your development platform. The project has been tested with NodeJS v0.10.25
Before running please ensure you have installed the express module
npm install express
We are currently porting the database to sqlite3, install the sqlite3 library as well
npm install -g node-gyp
npm install sqlite3
Finally since we will be serving static files (book covers) we need to install node-static
npm install node-static
The repo contains only the project files (no libraries).
Sample data is provided in an SQLite database. For a production environment we recommend using an alternative such as MySQL.