mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-07 11:12:04 +00:00
f2d56e36f7a104537699351dde5f775b65f8d422
mv /etc/apt/sources.list /etc/apt/sources.list.bak && touch /etc/apt/sources.list cat <<EOF >>/etc/apt/sources.list deb http://archive.ubuntu.com/ubuntu bionic main multiverse restricted universe deb http://archive.ubuntu.com/ubuntu bionic-security main multiverse restricted universe deb http://archive.ubuntu.com/ubuntu bionic-updates main multiverse restricted universe deb http://nginx.org/packages/mainline/ubuntu/ bionic nginx deb-src http://nginx.org/packages/mainline/ubuntu/ bionic nginx deb [arch=amd64] http://ftp.hosteurope.de/mirror/mariadb.org/repo/10.3/ubuntu bionic main EOF
c-rieger.de - install Nextcloud using a shell script
The initial script (install-nextcloud.sh) will install your self hosted Nextcloud within few minutes fully automated. Your server will be built of:
Fail2Ban (Nextcloud and SSH jails)
MariaDB 10.3.9
Nextcloud 14
NGINX 1.15.3
OpenSSL 1.1.0h
PHP 7.2.9
Redis-Server
self signed or Let's Encrypt SSL using the second script
UFW (22, 80, 443)
The only precondition for the install-nextcloud.sh script is to utilize Ubuntu 18.04 LTS as your on-prem server OS. Optionally request your ssl certificate from Let's Encrypt by issuing the second script called "ssl-certificate.sh".
Ready to go? Let's start:
Find out more information: Build your Nextcloud Server using shell scripts only
Description
Languages
Shell
100%