vladgh / VladGh.com-LEMP

Latest NginX, MySQL, PHP (with APC and Suhosin)
http://vladgh.com/blog/install-nginx-and-php-php-fpm-mysql-and-apc
Apache License 2.0
160 stars 41 forks source link

Add Memcached #36

Closed nicovs closed 11 years ago

nicovs commented 12 years ago

Hey Vlad,

I've been using your scripts for a while now (thanks for that :)) Is there any possibility that memcached will be added to the script? Or is this too much to ask? :)

If you are not doing it, i 'try to figure it out mysql, but i know apt-get install memcached does'nt work ... any hints?

vladgh commented 12 years ago

Memcached support is very high on the TODO list, and it will be implemented very soon. Thank you for your feedback.

wub commented 11 years ago

There's now a memcached branch for anyone interested: https://github.com/vladgh/VladGh.com-LEMP/tree/memcached

vladgh commented 11 years ago

The memcached branch is still experimental. It will be merged into master once everything is tested.

vladgh commented 11 years ago

As of v7.1.0 the Memcache PECL extensions is installed by default.

Optionally, you can install a local Memcached Server by changing INSTALL_MEMCACHED_SERVER='no' to 'yes' in the OPTIONS file.