install Redis caching engine on Cpanel server with underlying CentOS6.7 OS
My question is actually threefold
1. is there smooth way to install Redis on a CentOS 6.7 server with Cpanel installed and what is it?
2. or is it better to do it just from within terminal access and via the command line as outlined in this tutorial
idroot.net/tutorials/how-to-install-redis-on-centos-6/
3. where do you go for if you need help with installing Redis on your server ?
Regards
Anthony
-
Hello :) This application is not natively supported by cPanel, but I do see a third-party guide for the installation at: Install Redis Daemon and Redis PHP extention on CentOS/RHEL/cPanel " NixTree Their support page is found at: Redis Thank you. 0 -
Well... thanks for putting me on the right track :) 0 -
That tutorial will get you started but it leaves out a couple steps needed. its trivial, but after you put the redis startup script in /etc/init.d/ you must make it executable chmod +x /etc/init.d/redis next thing is not a have to, but you will want to put the config params for redis in a file called /etc/redis/local.conf that being said for it to work properly you must also put a include /etc/redis/local.conf in the file /etc/redis/redis.conf also as a quick note. pecl install redis didnt work for me i went to here grabbed the source and ran phpize && ./configure && make install (more details will be in tutorial im writing) ill post a link here if its ok with mods. when its done. If you are using ea4 and multi-php then thats a whole other issue. hope that helps some if you ran into trouble. 0 -
Hi kygeek That tutorial will get you started but it leaves out a couple steps needed. its trivial, but after you put the redis startup script in /etc/init.d/ you must make it executable chmod +x /etc/init.d/redis next thing is not a have to, but you will want to put the config params for redis in a file called /etc/redis/local.conf that being said for it to work properly you must also put a include /etc/redis/local.conf in the file /etc/redis/redis.conf also as a quick note. pecl install redis didnt work for me i went to here grabbed the source and ran phpize && ./configure && make install (more details will be in tutorial im writing) ill post a link here if its ok with mods. when its done. If you are using ea4 and multi-php then thats a whole other issue. hope that helps some if you ran into trouble.
I am not sure how I would accomplish this last onenext thing is not a have to, but you will want to put the config params for redis in a file called /etc/redis/local.conf that being said for it to work properly you must also put a include /etc/redis/local.conf in the file /etc/redis/redis.conf
0
Please sign in to leave a comment.
Comments
4 comments