You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget http://redis.googlecode.com/files/redis-2.2.11.tar.gz
tar -zxvf redis-2.2.11.tar.gz
cd redis-2.2.11
cd src; make PREFIX=$HOME/redis
make PREFIX=$HOME/redis install
nohup $HOME/redis/bin/redis-server &
Follow remaining steps from main installation article. Just check the notes below for dreamhost specific quirks.
Notes
To run bundle use ~/gems/bin/bundle
~/gems/bin/bundle install --path vendor/bundle_gems --without development
sqlite3 gem won't work if you don't provide '--without development' option
there is an old version of rack installed by default which conflicts with diapsora
gem install rack -v 1.2.3
passenger equivalent to restart is
touch tmp/restart.txt
you have to run jammit to have the layout come properly