updated installation notes

This commit is contained in:
Carla Schroder
2016-04-13 15:32:52 -07:00
parent 24c21e6e49
commit 5d8962a321
3 changed files with 14 additions and 7 deletions

View File

@@ -5,11 +5,12 @@ Preferred Linux Installation Method
Changes in 9.0
--------------
Linux distribution packages (from `Open
Build Service`_) have been divided into two packages for ownCloud
9, ``owncloud-deps`` and ``owncloud-files``. The ``owncloud-files`` package
installs only ownCloud, with no Apache, database, or PHP dependencies. To
install a complete system, including dependencies (Apache, PHP) install the
Linux distribution packages (from `Open Build Service`_) have been divided into
multiple packages for ownCloud 9: ``owncloud-deps-php5``,
``owncloud-deps-php7.0``, ``and ``owncloud-files``. The ``owncloud-files``
package installs only ownCloud, with no Apache, database, or PHP dependencies.
The ``owncloud-deps`` packages streamline installing appropriate PHP versions.
To install a complete system, including dependencies (Apache, PHP) install the
metapackage ``owncloud``. Install your desired database separately, before you
install ownCloud.
@@ -28,7 +29,7 @@ stack without dependency conflicts with the ownCloud package. Browse
`<http://download.owncloud.org/download/repositories/9.0/owncloud/>`_ to
find the ``owncloud-files`` package for your distro:
* CentOS 6, 7
* CentOS 6
* Debian 7
* RHEL 6
* SLES 12

View File

@@ -316,7 +316,7 @@ SELinux-enabled distributions such as Fedora and CentOS.
php.ini Configuration Notes
---------------------------
Keep in mind that changes to ``php.ini`` may have to be done on more than one
Keep in mind that changes to ``php.ini`` may have to be configured on more than one
ini file. This can be the case, for example, for the ``date.timezone`` setting.
**php.ini - used by the Web server:**

View File

@@ -27,6 +27,12 @@ See :doc:`installation/linux_installation`.
New option for the ownCloud admin to enable or disable sharing on individual external mountpoints
(see :ref:`external_storage_mount_options_label`). Sharing on such mountpoints is disabled by default.
Enterprise 9.0
--------------
owncloud-enterprise packages are no longer available for CentOS6, RHEL6,
Debian7, or any version of Fedora. A new package, owncloud-enterprise-files, is available for all supported platforms, including the above. This new package comes without dependencies, and is installable on a larger number of platforms. System administrators must install their own LAMP stacks and databases. See https://owncloud.org/blog/time-to-upgrade-to-owncloud-9-0/
Changes in 8.2
--------------