2011-12-02 08:24:12 -07:00
2011-11-10 00:06:43 -08:00
2011-11-26 23:57:00 -08:00
2011-11-10 20:03:49 -08:00
2011-11-03 17:16:21 -07:00
2011-11-02 09:09:50 -07:00
2011-11-26 23:57:00 -08:00
2011-11-27 12:32:22 -07:00

Deployd

Core

Currently under development. See site for more information.

Core Setup

Deployd requires Node 0.4.0 or greater, Node Package Manager, and MongoDB to run. The core is tested with MongoDB 1.6.3, but should work with other versions.

Once you're all set, clone the project and get Node package dependencies from npm.

$ git clone git@github.com:Deployd/Deployd.git
$ cd Deployd
$ npm install .

To start the server, start Mongo then start the Node server.

$ mongod
...
$ cd Deployd
$ node index.js (may require sudo node index.js)

Description
No description provided
Readme 9.8 MiB
Languages
JavaScript 89.2%
Less 4.4%
HTML 4.4%
CSS 1.1%
EJS 0.9%