mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 05:47:45 +08:00
aa63d03e2074942ffc6bd9ad7e8f2dcbe123ccc7
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%