diff --git a/README.md b/README.md index 2b64d76..10ead6c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # NextCloud Curl Installer + +## Pre Install apt install net-tools sudo curl -y -sh -c "$(curl -sSL https://gitlab.com/ThatGuy/nextcloud-curl-installer/raw/master/installer.sh/)" \ No newline at end of file +## Install +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 \ No newline at end of file