Go to file
2019-07-04 08:25:54 +00:00
installer.sh Update installer.sh 2019-07-04 08:25:54 +00:00
README.md Update README.md 2019-07-04 03:39:13 +00:00

NextCloud Curl Installer

Pre Install

apt install net-tools sudo curl -y

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