Hacker News new | ask | show | jobs
by lumpypua 4100 days ago
Great article!

What's the database backed dynamic website equivalent of this? For node? For python? For ruby?

Building out your own deployment on AWS or linode is obnoxious. Heroku gets expensive fast.

3 comments

Get a free OpenShift account. You can configure your stack by point-and-click, then clone a git repo, and push to it to deploy.
You could can get quite far with 1 free Heroku dyno, 10K free rows on Heroku PostgreSQL, free CloudFlare for caching and free error notifications. Compared to something like setting up a generic Linux server yourself, Heroku pushes you into coding in way that makes recreating server setups and deploying multiple servers easy. You can get something running in other ways but the above is low maintenance.
Shared hosting make it simple. You can spin up a LAMP website on Dreamhost in an hour. The DB is basically just a few clicks with default values and dropdowns.

Screenshot: http://i.imgur.com/uq6zOSv.jpg