nextcloud-curl-installer/README.md

11 lines
525 B
Markdown
Raw Normal View History

2019-07-02 20:34:19 +12:00
# NextCloud Curl Installer
2019-07-04 15:38:51 +12:00
## Pre Install
2019-07-04 01:12:26 +12:00
apt install net-tools sudo curl -y
2019-07-04 01:10:36 +12:00
2019-07-04 15:38:51 +12:00
## 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