mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-27 06:22:56 +08:00
951b065182b79906dd35f45ef24002bf86973117
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%