Mettre à jour 'README.md'

This commit is contained in:
virtubox 2016-12-10 16:17:03 +00:00
parent eeb7b015ce
commit b8158bbd09
1 changed files with 9 additions and 3 deletions

View File

@ -1,11 +1,17 @@
# plesk-script
### Plesk Onyx Scripts collection
### redis debian
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.
### memcached debian
### plesk-php7 memcached extension and memcached
```
wget -qO memcached.sh https://git.virtubox.net/virtubox/plesk-script/raw/master/memcached.sh && bash memcached.sh
```