Skip to main content

Popular posts from this blog

Deployd Contributors Online Code Jam - Calendar.

Deployd Contributors Online Code Jam - Calendar. Deployd Contributors Code Jam for 1 hr. This effort will repeat weekly or as regular as possible. What we do: Fix issues and add new features quickly by collaborating . All contributors are welcome to join a google hangout . (We like to keep it invite only . So if you are interested send me your gmail id via gitter  https://gitter.im/deployd/deployd - private message : @moorthi07. Thanks. -PV

Get started with Deployd

Here are the steps to get started with deployd. (On windows). And it also covers how to over come some startup issues. Prerequisite:   NodeJS (must)  MongoDB (must )  1. Install Deployd Command line (dpd-cli ) first. > npm install dpd-cli -g 2. Follow the below from your 'WORKSPACE' folder. Don't create a folder yet. Below command will create a project folder , basic project files and all dependencies in the node_modules folder. So, it will take few minutes (to install all dependencies) >dpd create your-project-name 3. Then follow  if you are greeted with some errors as shown below. c:\\Deployd\dpd_tutorial>dpd create tute- 1 dpd is installing the dependencies... please be patient ( this may take a few minutes) to start your app: $ cd tute- 1 $ dpd c:\\Deployd\dpd_tutorial>cd tute- 1 c:\\Deployd\dpd_tutorial\tute- 1 >dpd deployd CLI version 2.0 . 2 starting deployd Failed to start MongoDB (Make su...