From 01f9e459d387ebfa9bbdf2718515b26e1dbb84c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sun, 12 Jun 2016 17:52:12 +0200 Subject: [PATCH] Delete linux_installation.rst --- .../linux_installation.rst | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 admin_manual/enterprise_installation/linux_installation.rst diff --git a/admin_manual/enterprise_installation/linux_installation.rst b/admin_manual/enterprise_installation/linux_installation.rst deleted file mode 100644 index cde540fc2..000000000 --- a/admin_manual/enterprise_installation/linux_installation.rst +++ /dev/null @@ -1,31 +0,0 @@ -================================================== -Installing & Upgrading ownCloud Enterprise Edition -================================================== - -The recommended method for installing and maintaining your ownCloud Enterprise -edition is with your Linux package manager. Configure your package manager -to use the ownCloud Enterprise repository, import the signing key, -and then install and update ownCloud packages like any other software package. -Please refer to the ``README - ownCloud Package Installation.txt`` document in -your account at `Customer.owncloud.com -`_ account for instructions on setting -up your Linux package manager. - -After you have completed your initial installation of ownCloud as detailed in -the README, follow the instructions in -:doc:`../installation/installation_wizard` to finish setting up ownCloud. - -To upgrade your Enterprise server, refer to -:doc:`../maintenance/upgrade`. - -Manual Installation -------------------- - -Download the ownCloud archive from your account at https://customer.owncloud.com/owncloud, then follow the instructions at :doc:`../installation/source_installation`. - -SELinux -------- - -Linux distributions that use SELinux need to take some extra steps so that -ownCloud will operate correctly under SELinux. Please see -:doc:`../installation/selinux_configuration` for some recommended configurations.