Files
deployd/README.md
Ritchie Martori 39db9b54b2 readme updates
2012-06-20 10:48:21 -07:00

580 B

deployd

realtime resource server

install osx

Download the installer (13.8mb).

install win

Download the installer (13.8mb).

install npm

currently requires mongodb

[sudo] npm install deployd -g

quick start

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

docs

  • Getting Started
  • Examples
  • Collections
  • Users
  • CLI

tests

$ npm install deployd -dg

or

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

then

$ cd deployd
$ mongod
$ mocha