Loomio
Fri 21 Sep 2012 10:51PM

redis with authentication to disburden shared hosting

G groovehunter Public Seen by 55
G

groovehunter Fri 21 Sep 2012 10:51PM

Not sure if this is the only obstacle to run diaspora on shared hosting like uberspace.
But adding authentication should be easy , right?
Here is (in german) the comment of my hoster uberspace
https://uberspace.de/dokuwiki/brainstorming#diaspora

JH

Jonne Haß Sat 22 Sep 2012 12:20AM

Uhm, set redis_url or REDIS_URL to redis://username:password@host:port/db wit everything except host being optional. Done.

JH

Jeremy Huffman Sat 22 Sep 2012 5:15PM

Does Passenger work? The wiki says not I believe.

JH

Jonne Haß Sat 22 Sep 2012 5:27PM

Weird discussion, okay lets use it for random stuff:

It does (I ran it with both apache and nginx for some time), you just need to start a resque worker besides it.

JH

Jeremy Huffman Wed 26 Sep 2012 9:10PM

There is a method to my madness. He started off talking about obstacles to running on shared hosting. Most of them use Passenger. I know with Dreamhost though you cannot have a long-running process like a Resque worker on a shared hosting account.

JR

Jason Robinson Thu 27 Sep 2012 8:43AM

Would be nice if someone could create a wiki page about some good cloud hosted resque services for making it easier to set up a pod on shared hosting places

FS

Florian Staudacher Thu 27 Sep 2012 12:35PM

... how would you cloud-host resque?
then you could just move to that other host entirely, and give the shared hosters the cold shoulder.

JR

Jason Robinson Thu 27 Sep 2012 1:23PM

Hmm sorry maybe didn't think my comment through, was confusing Redis/Resque. But in theory, could it be possible for many D* pods to use a single resque running server?

JR

Jason Robinson Thu 27 Sep 2012 1:24PM

I mean for job processing

JH

Jonne Haß Thu 27 Sep 2012 2:52PM

Nope, the jobs need to be able to write to the database.