Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 383 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 383 Bytes

Panodol

Install

  1. Install Node.js & npm
  2. Install CouchDB (brew install couchdb)
  3. Install Redis (brew install redis)
  4. clone Git-Repo
  5. $ npm install
  6. $ sudo npm install -g bower
  7. $ sudo npm install -g nodemon
  8. $ bower install

Run

  1. $ couchdb (starts CouchDB)
  2. $ redis-server (starts Redis Server)
  3. $ npm start (starts node.js and listens for filechanges)