RailsCasts Pro episodes are now free!

Learn more or hide this

Michael Davie's Profile

GitHub User: backwardm

Site: backwardm.com

Comments by Michael Davie

Avatar

A quick reminder about older versions of Redis' default security settings... be sure to secure your Redis server from outside access. (bind to localhost and set up AUTH as default installs were accessible from the outside).

See: http://redis.io/topics/security and http://antirez.com/news/96

Avatar

Two things to make sure:

  • Your user "deployer" has all the lovely rbenv PATH stuff in place and working.
  • If that is all working, I posted an answer to your SO question that might help that involves changing the way you specify what user the start command runs as.

Hope that helps.

Oh, also su to your "deployer" user and run the magical "rbenv rehash" command? Dunno, just a thought.