Update README.md
This commit is contained in:
parent
f6d9e6d8ce
commit
10cc9f7968
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
|
|
||||||
## Pre Install
|
## Pre Install
|
||||||
apt install net-tools sudo curl -y
|
`apt install net-tools sudo 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
|
## 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
|
`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`
|
Loading…
x
Reference in New Issue
Block a user