diff --git a/admin_manual/installation/installation_macos.rst b/admin_manual/installation/installation_macos.rst index 0ec385e15..8d2afced6 100644 --- a/admin_manual/installation/installation_macos.rst +++ b/admin_manual/installation/installation_macos.rst @@ -1,19 +1,7 @@ Mac OS X -------- -This relies on `MAMP`_, which provides the required environment. +.. note:: Due to an issue_ with Mac OS Unicode support, installing ownCloud Server 5.0 on + Mac OS is currently not supported. -#. Install MAMP and run it. -#. Go to ‘Preferences‘, open the ‘Apache’ tab and set ‘Document Root’ to - **/Users//Sites**, so your Sites directory will be - used as Apache root. -#. Download `ownCloud `_ -#. Extract it - -:: - - unzip owncloud-latest.zip -d ~/Sites/ - -5. Now you can set it up by going to http://localhost:8888/owncloud - -.. _MAMP: http://www.mamp.info +.. _issue: https://github.com/owncloud/core/issues/2377