A Universal Web Based RSS Reader
An internet connection and a web browser with Javascript enabled.
To set up Giraffe on a local server:
-
SETUP NODE.JS
Download Node.js and install it
-
SETUP MONGO DB
Download MongoDB and install it
-
START MONGO DB
Linux/OSX:
mongod
Windows: Go to the directory where you installed Mongo DB (root directory), and run
%~dp0mongo\mongod.exe --dbpath %~dp0mongo\data
-
START NODE.JS
In main repository directory
npm install
In directory /server
node server.js
-
Go to web browser and navigate to localhost:3000
Heroku setup documentation is included in the file: heroku_setup.txt