Download the latest OSX installer.
If everything installed correctly you should be able to open a terminal (/Applications/Utilities/Terminal.app) and type the following:
dpd -V
If you see something like 0.6.8
then Deployd has been successfully installed.
The terminal is not able to find the dpd
program. There are a couple things you can try:
/usr/local/deployd/bin
to your PATH (instructions)Download the latest Windows installer.
To verify that Deployd installed correctly, open a command prompt (Windows-R, cmd) and type dpd -V
. You should see a version number such as 0.6.8
.
Windows is unable to find the dpd
command line tool. There are a couple of things you can try:
cmd
windowC:\Program Files (x86)\Deployd\bin
C:\Program Files\Deployd\bin
.$
is not part of the syntax for the dpd
command; it's only used as a placeholder for the command prompt throughout the Deployd documentation. If you see something like this:
$ dpd create my-app
You only need to type dpd create my-app
.
You can install Deployd as a node module using npm
. Just run the following:
npm install deployd -g
The dpd
program should be available. Try dpd -V
.
You can download the latest source here or on github.
git clone https://github.com/deployd/deployd.git
npm install
npm link
You must have mongod 2.0.x
and node 0.8.x
installed and available in your PATH.
Let us know if you have any ideas to improve our docs. Open an issue on github, send us an email, or tweet us.
This entire site, including documentation written in markdown is available on github. Pull requests are appreciated!