Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 627 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 627 Bytes

RealTimeBB

RealTimeBB is a web forum application build on Node.js. RealTimeBB use websocket to interact with server and client.

Requirement

  1. MongoDB http://www.mongodb.org/downloads
  2. Redis (Session store and MQ) http://redis.io/download (Windows version: https://github.com/rgl/redis/downloads)
  3. Node.js http://nodejs.org/download/

How to run

  1. Run MongoDB and Redis in local machine (no password)
  2. git clone [email protected]:lawrence0819/RealTimeBB.git
  3. cd RealTimeBB
  4. npm install
  5. npm install -g sails
  6. npm install -g grunt-cli
  7. sails lift
  8. Open browser and enter http://localhost:1337