Merge branch 'master' into vasyugan-patch-1

This commit is contained in:
Johannes Rohr
2020-03-04 16:47:19 +01:00
committed by GitHub
3 changed files with 25 additions and 1 deletions

View File

@@ -444,6 +444,29 @@ To install the Nextcloud Snap Package, run the following command in a terminal::
On a machine running a pristine Ubuntu 18.04 LTS server, you have three options:
Installation via web installer on a VPS or web space
----------------------------------------------------
When you don't have access to the command line, for example at a web hosting or VMPS,
an easy option is to use our web installer. This script can be found on our
`server installation page here. <https://nextcloud.com/install/#instructions-server>`_
The script checks the dependencies, downloads Nextcloud from the official server,
unpacks it with the right permissions and the right user account. Finally, you will be
redirected to the Nextcloud installer. Here a quick how-to:
1. Get the file from the installation page
2. Upload setup-nextcloud.php to your web space
3. Point your web browser to setup-nextcloud.php on your webspace
4. Follow the instructions and configure Nextcloud
5. Login to your newly created Nextcloud instance!
.. note:: that the installer uses the same Nextcloud version as available for the built
in updater in Nextcloud. After a major release it can take up to a month before
it becomes available through the web installer and the updater. This is done to
spread the deployment of new major releases out over time.
Installation via install script
-------------------------------

View File

@@ -4,7 +4,7 @@ Public Pages
A lot of apps in Nextcloud want to expose public pages in some form. This can
be to share files, a calendar or anything else. To ensure all those pages
benefit fromt he security enhancements we add we created simple controlers
benefit from the security enhancements we add we created simple controlers
for app developers to use.
Concept

View File

@@ -77,6 +77,7 @@ share::
.. note:: The same method works for other file managers that use GVfs,
such as MATE's Caja and Cinnamon's Nepomuk.
Accessing files with KDE and Dolphin file manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^