mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 13:59:27 +08:00
e6bb14d883082f0be97b4f02f4116ec542e87236
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%