Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NetTuts.com:
Quick Tip: Deploy PHP to Heroku in Seconds
Oct 30, 2012 @ 14:50:41

For anyone that's wanted to try out the Heroku hosting platform but just want a bare-bones guide to getting up and running, NetTuts.com has what you're looking for.

We’ve raved about the brilliance of Heroku before, mostly around the fact that it makes launching a Rails or Node app rather simple without having to configure your own server. But what if you want the same kind of freedom and speed of deployment with PHP? Fortunately, Heroku has quietly offered support for PHP for quite some time.

You'll need to get their CLI deployment tool and set up an account but the rest is pretty easy. The steps to set up the git repo, add a new "heroku" branch and push the checked in code directly out to the server.

tagged: quicktip deploy heroku beginner tutorial

Link:


Trending Topics: