This commit is contained in:
Bernhard Posselt 2013-05-06 14:13:42 +02:00
Родитель 0299752a93
Коммит d97d1f3c45
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -29,7 +29,7 @@ Before you install the app check that the following requirements are met:
- `You use a browser that supports the FileReader API <https://developer.mozilla.org/en/docs/DOM/FileReader#Browser_compatibility>`_
- You can use a cron or webcron to call Background Jobs in ownCloud
- You have installed **php-curl** and activated it in the **php.ini**
- Install ownCloud **5.0.5** (important! comes with required CSS styles)
- Install ownCloud **5.0.6** (important! comes with required CSS styles)
Should you have upgraded from a prior version, disable the CSS and JavaScript caching by adding this to :file:`owncloud/config/config.php`::
@ -100,7 +100,6 @@ Keyboard shortcuts
Performance Notices
-------------------
* It is currently discouraged to use it in large hosted installations since there is no way to restrict the backgroundjob to require a pause of X minutes. This `will be addressed <https://github.com/owncloud/news/issues/103>`_ in the `next ownCloud release <https://github.com/owncloud/core/pull/3051>`_.
* Use MySQL or PostgreSQL for better database performance
Configuration

Просмотреть файл

@ -6,5 +6,5 @@
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
<version>0.99</version>
<require>5.0.5</require>
<require>5.0.6</require>
</info>