Any love for python/django? Or maybe will wok on top of the heroku buildpacks?
Show HN: Build your own Heroku on your own servers
21–30 of 110 posts
Re: Show HN: Build your own Heroku on your own servers
#22I think this targets a real painful need, managing an EC2 app on your own is not lacking frustrations, simple things like creating a rolling backup of instances needs complex shell scripts and cron jobs or 3rd party apps like http://www.skeddly.com , you need to be fluent in linux administration if you want to do simple things like increase your boot storage space (actually need to remove it, create a new volume from…
Re: Show HN: Build your own Heroku on your own servers
#23I've actually been using this since open beta. This is for those like me, who can do devops when pressed to, but really hate it otherwise. Which is most web devs I know. The neatest thing is being able to transfer your stuff to another provider within minutes. I haven't tried the manual thingy yet, seemed like too much fiddling, really. The cost in my case isn't significant, less than an hours worth monthly. I'd have…
Re: Show HN: Build your own Heroku on your own servers
#24Re: Show HN: Build your own Heroku on your own servers
#25A reality is what's popular today in how a Cloud, or bare metal is used will be outdated in a few years and it creates technical debt in the future.
It amazes me how developers can obsess over development practices, frameworks, etc and without a thought look at the ugly underbelly of their app that grows as their code and userbase does.
Many developers on HN don't seem to have a relationship with a codebase for more than a few years (I could be completely wrong), but that is the perspective I'm speaking from.
It's great to see this kind of tooling that's focused not on management of infrastructure by abdication, but more of a middle ground.
Juju also has me excited, I think it's part of the future in a way VMware and virtualization first emerged 10-12 years ago.
Re: Show HN: Build your own Heroku on your own servers
#26Re: Show HN: Build your own Heroku on your own servers
#27What about security? How do you address it?
Re: Show HN: Build your own Heroku on your own servers
#28Re: Show HN: Build your own Heroku on your own servers
#29I think this targets a real painful need, managing an EC2 app on your own is not lacking frustrations, simple things like creating a rolling backup of instances needs complex shell scripts and cron jobs or 3rd party apps like http://www.skeddly.com , you need to be fluent in linux administration if you want to do simple things like increase your boot storage space (actually need to remove it, create a new volume from…
Re: Show HN: Build your own Heroku on your own servers
#30One of the main bonuses of Heroku is not necessarily the web/worker process management but the easy ability to manage: email, SSL, nosql, and tons of other misc stuff you need for an app.
With limited dev resources, its way easier to just let Heroku handle all that config. The default app setup and sys admin is not as big a deal.