UTCSheffield / GCSE_Computing_DB

Code and demo Databases for http://utc-sheffield.github.io/tincan_curriculum/OCR_GCSE_Computing_2012/#2-1-5
GNU General Public License v3.0
0 stars 2 forks source link

GCSE_Computing_DB

Code and demo Databases for http://utc-sheffield.github.io/tincan_curriculum/OCR_GCSE_Computing_2012/#2-1-5

Setup notes

Follow the instructions here to install latest version of node https://learn.adafruit.com/node-embedded-development/installing-node-dot-js

sudo aptitude install sqlite3

Then check out this repo cd into it. Then

npm install

To start in debug on port 80

sudo PORT=80 DEBUG=myapp npm start

if using forever

sudo PORT=80 forever start bin/www