To view this screencast, add it to
your cart
and
checkout.
You can buy this screencast for any price, including FREE!
PHD gives you Passenger-based Heroku-like Deployment.
Having been spoiled by Heroku for some time, I love being able to run 2 commands from a git repository to deploy an application:
1 $ heroku create my-app 2 $ git push heroku master
If you have Passenger installed on a server, you can install PHD on it and then you should be able to run this to deploy an application from your git repository:
1 $ git remote add myserver user@myserver.com:myapp.git 2 $ git push myserver master
That’s basically all there is to it! Watch the screencast for more details.