Go to file
virtubox ca86967e5d Ajouter 'geoip.sh' 2016-12-14 12:43:14 +00:00
LICENSE Initial commit 2016-10-22 19:14:18 +00:00
README.md Mettre à jour 'README.md' 2016-12-10 16:17:03 +00:00
geoip.sh Ajouter 'geoip.sh' 2016-12-14 12:43:14 +00:00
memcached.sh Mettre à jour 'memcached.sh' 2016-12-09 05:28:18 +00:00
redis-cache.sh Mettre à jour 'redis-cache.sh' 2016-12-10 16:12:02 +00:00

README.md

Plesk Onyx Scripts collection

Some script to install / update / improve Plesk Onyx configuration. Tested for debian 8 jessie by default. Simply run the command to install a script

plesk-php7 redis and redis-server

This script install redis-server and the PHP PECL extension for redis.

wget -qO redis.sh https://git.virtubox.net/virtubox/plesk-script/raw/master/redis-cache.sh && bash redis.sh

This script install memcached and the PHP PECL extension for memcached.

plesk-php7 memcached extension and memcached

wget -qO memcached.sh https://git.virtubox.net/virtubox/plesk-script/raw/master/memcached.sh && bash memcached.sh