jeshuamaxey / ferret

A powerful tool for high information events. Collaborate with your community to filter the noise on Twitter and discover the most relevant, interesting and credible updates.
ferretapp.co.uk
MIT License
14 stars 3 forks source link

Getting to work on Heroku? #1

Open aendra-rininsland opened 10 years ago

aendra-rininsland commented 10 years ago

Hi!

We're wanting to try it out here at The Times but I'm having issues getting it working on Heroku. I've added Twitter API keys and changed the Procfile to web: gunicorn --bind=0.0.0.0:$PORT twitter:app (I've also added Gunicorn to requirements.txt), but when I connect I get a 404. Any help?

giovannic commented 10 years ago

Possibly because there is nothing hosted at the root of the site? Try xxx/public/index.html

As you can tell it's slapped together, sometimes confused and not stable. When the pressure of the individual project subsidies I'll put some work in.

Gio On 26 Feb 2014 17:24, "Ændrew Rininsland" notifications@github.com wrote:

Hi!

We're wanting to try it out here at The Times but I'm having issues getting it working on Heroku. I've added Twitter API keys and changed the Procfile to web: gunicorn --bind=0.0.0.0:$PORT twitter:app (I've also added Gunicorn to requirements.txt), but when I connect I get a 404. Any help?

Reply to this email directly or view it on GitHubhttps://github.com/jeshuamaxey/low-pass/issues/1 .

aendra-rininsland commented 10 years ago

Hi! Yeah, even going to /public/ 404s. No worries though; I saw the Procfile and thought Heroku would be the easiest deployment option. Nick was wanting to play with it a bit, so I'll just toss it up on an EC2 instance and run as per the readme for now.

jeshuamaxey commented 10 years ago

We've bypass heroku deploy and use EC2 ourselves now. Feel free to reopen if you want to do this yourself

aendra-rininsland commented 10 years ago

If you've gotten it working on EC2, I'm happy to look at Heroku deployment. Heroku's way more accessible to a lot of newsrooms, would probably help adoption to have it available.

As the person opening this issue — if you like, I can take a look at it sometime in the next week or so?

jeshuamaxey commented 10 years ago

That'd be great if you could. We've been suring up different features but @giovannic and I have struggled to find the time. What better time to implement a refactor than 16:30 on a Friday afternoon!

PS: apologies for closing this prematurely, I assumed it'd been opened by myself