hound-search / hound

Lightning fast code searching made easy
MIT License
5.68k stars 578 forks source link

Add a Deploy to Heroku button to the README #41

Open olimart opened 9 years ago

olimart commented 9 years ago

Any recommendations on how to deploy somewhere.

jklein commented 9 years ago

It's pretty easy to get this deployed on any VPS with the quick start guide, and then just set up a DNS record to point to the server. It would be pretty sweet to get a Deploy to Heroku button working though. This wouldn't be a ton of work, and we'd be happy to accept a contribution for it.

rhyolight commented 9 years ago

Huge :+1: from me. I have attempted to get Hound running on Heroku with little success because of the golang dependency. And following this guide to deploying golang apps on Heroku did not work for me because godep didn't work properly.

belak commented 9 years ago

Once #7 is completed, it should be fairly trivial to deploy to heroku.