Files
deployd/README.md
Ritchie Martori 50c5187cd0 Update master
2012-07-08 07:58:35 -07:00

364 B

deployd

realtime resource server

install npm

currently requires mongodb

[sudo] npm install deployd -g

quick start

$ dpd create hello
$ cd hello
$ dpd
dpd> dashboard

tests

$ npm install deployd -dg

or

$ git clone git@github.com:deployd/deployd.git
$ npm link

then

$ cd deployd
$ mongod
$ mocha