-
Notifications
You must be signed in to change notification settings - Fork 2
After server reboot
Andy edited this page Feb 4, 2016
·
20 revisions
sudo memcached -u nobody -d -m 512 # Starts automatically as of Nov 2013
bundle exec rake ts:index RAILS_ENV=production
bundle exec rake ts:start RAILS_ENV=production
Note: need to perform a deploy to start Sidekiq via Capistrano.
Might be able to start with: bundle exec sidekiq -e production
01/04/2016: Redis::CommandError: ERR operation not permitted [Resolved: sudo service redis-server restart]
As of 02/04/2016 we are using Monit to monitor redis-server