I'd second Heroku, it's awesome, though it is rather more elegant than most PHP developers may be used to.
Just tell Heroku about your Git repo, push, and it's live. Within certain limitations it's also free, you only pay when you start to scale, and this is done by dragging sliders. The downside is that the filesystem is read only, so if you're doing image uploads you have to store them in the database, which is actually really no big deal.
Brightbox is also great. You install a gem and it handles your deployment for you via Capistrano, so for me to deploy now I just type: cap deploy, wait 5 minutes while it uploads the zip, and it's live.



Reply With Quote


If you're doing this out of necessity (like for your job), choose PHP - because it's more popular and far more widely used. If not, you can't go wrong with either, and it won't be nearly as frustrating as your JavaScript-learning experience. I say dive into either one with confidence; they're both easy to learn (especially with frameworks like Rails out there to walk you through it step by step).

- you reap what you sow). PHP is the future, especially Object-Oriented PHP - and it's getting better and better at an exponential rate.

Bookmarks