I was following this tutorial https://www.digitalocean.com/community/tutorials/how-to-install-and-use-memcache-on-ubuntu-14-04. Unfortunately I don’t think it worked because I’m running the stock Ubuntu 14.04 image for Ruby on Rails that runs on Nginx and Unicorn. So when I do the steps in those instructions I get all sorts of fails during the step (associated with apache2):
sudo apt-get install mysql-server php5-mysql php5 php5-memcached memcached
So can someone please provide modified/alternative instructions for the Nginx/Unicorn case and Ruby on Rails (ideally for use with the Dalli memcached client)?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Actually, in my case, I think all that’s needed is: sudo apt-get install memcached. I verified it was actually running by executing /etc/init.d/memcached status and saw:
You can help by posting the errors here so we can know what is wrong and help you.