Skip to content

Files

Latest commit

6f52700 · Apr 24, 2019

History

History

redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 24, 2019
Apr 24, 2019
Apr 24, 2019

Redis

Redis Environment Building

INSTALLATION

Select your Linux distribution to download and execute the installer as below:

You can download the installer by wget installer-url -O installer and make it executable by $ chmod +x ./installer then $ ./installer.

Ubuntu 16.04 LTS

Redis: 3.0.6
Nginx: 1.10.3 (Optional by PhpRedisAdmin)
PHP: 7.0 (Optional by PhpRedisAdmin)

PhpRedisAdmin (Optional) is installed at /var/www/html/phpredisadmin and can be accessed via http://yourhost/phpredisadmin.

$ bash <(wget -qO- https://raw.githubusercontent.com/yidas/server-installers/master/redis/ubuntu16.04.sh)

Ubuntu 18.04 LTS

Redis: 4.0.9
Nginx: 1.14.0 (Optional by PhpRedisAdmin)
PHP: 7.2 (Optional by PhpRedisAdmin)

PhpRedisAdmin (Optional) is installed at /var/www/html/phpredisadmin and can be accessed via http://yourhost/phpredisadmin.

$ bash <(wget -qO- https://raw.githubusercontent.com/yidas/server-installers/master/redis/ubuntu18.04.sh)