Update README.md

This commit is contained in:
ThatGuy 2019-07-04 08:30:43 +00:00
parent a5b8d9b195
commit ce76f75864

View File

@ -2,10 +2,7 @@
## Pre Install ## Pre Install
`apt install net-tools sudo curl -y` `apt install curl -y`
## Install ## Install
`sh -c "$(curl -sSL https://gitlab.com/ThatGuy/nextcloud-curl-installer/raw/master/installer.sh/)"` `sh -c "$(curl -sSL https://gitlab.com/ThatGuy/nextcloud-curl-installer/raw/master/installer.sh/)"`
## Post Install
`sudo sed -i "/ 'installed' => true,/a \ 'memcache.local' => '\\\OC\\\Memcache\\\APCu',\n\ 'memcache.distributed' => '\\\OC\\\Memcache\\\Redis',\n\ 'memcache.locking' => '\\\OC\\\Memcache\\\Redis',\n\ 'redis' => [\n\ 'host' => '127.0.0.1',\n\ 'port' => 6379,\n\ ]," /var/www/nextcloud/config/config.php`