From 4081dbde3106fd7f8c05b63bc9e4cbae4c418851 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 9 Jul 2019 22:11:03 +0200 Subject: [PATCH] add the VM scripts as an option on Ubuntu Server --- .../installation/source_installation.rst | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index f3694d9a2..706eed958 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -54,7 +54,7 @@ The VM is made with VMware version 10 and it comes in different sizes and versio - 40 GB (VMware, VirtualBox, Hyper-V) - 500 GB (VMware, VirtualBox, Hyper-V) - 1 TB (VMware, VirtualBox, Hyper-V) -- 2 TB (VMware & VirtualBox) +- 2 TB (VMware & VirtualBox, Hyper-V) - Custom size? Please `ask us `_. You can find all the different version `here `_. @@ -175,13 +175,28 @@ If ``mod_webdav`` is enabled you must disable it for Nextcloud. (See Example installation on Ubuntu 18.04 LTS server ----------------------------------------------- -On a machine running a pristine Ubuntu 18.04 LTS server, you have two options: +On a machine running a pristine Ubuntu 18.04 LTS server, you have three options: -You can either install the Nextcloud `Snap Package `_, just run the +**Bash scripts** + +One of the easiest ways of insalling is to use the Nextcloud VM scripts. It's basically just two steps: + +1. Download the latest `installation script `_. +2. Run the script with:: + + sudo bash nextcloud_install_production.sh + +A guided setup will follow and the only thing you have to do it to follow the on screen instructions, when given to you. + +**Snap package** + +Another very easy way is to install the Nextcloud `Snap Package `_, just run the following command in a terminal:: sudo snap install nextcloud +**Debian packages** + Or you can use .deb packages to install the required and recommended modules for a typical Nextcloud installation, using Apache and MariaDB, by issuing the following commands in a terminal::