mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-27 14:30:50 +08:00
431e9e46ec8864beade2d1fbf9c52e787a74a242
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 requiresudo node index.js)
Description
Languages
JavaScript
89.2%
Less
4.4%
HTML
4.4%
CSS
1.1%
EJS
0.9%