This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Requirements
Olivier Paroz edited this page Feb 10, 2017
·
4 revisions
This list is based on the current knowledge of the maintainers and the help they can get. It will evolve if and when people provide patches to fix all known current issues
- Desktop: Firefox, Chrome
- Mobile: Safari, Chrome on Android 5+, Firefox
May not look as nice, but should work
- Desktop: Internet Explorer 11, Edge
- Mobile: Opera, Chrome on Android 4, BlackBerry 10.3
- Desktop: Internet Explorer prior to 11, Safari, Opera
- Mobile: Windows Phone
For the list of supported features for each browser, see this wiki page
- Nextcloud >= 11
- See Nextcloud's requirements
- A high enough
memory_limit
in the PHP configuration for the Nextcloud domain to prevent PHP from crashing when processing large images. See this wiki article for more details -
'appcodechecker' => false
(default) in your config.php as it's currently not possible to write compliant code using the tools provided bycore
when accessing the filesystem
- FreeBSD or Linux server
- PHP 7.0 with caching enabled. Redis is preferred
- PHP memory_limit set to 512+ MB
- EXIF PHP module
- A recent version ImageMagick with SVG and Raw support
- MySQL or MariaDB instead of Sqlite
- A powerful server with lots of RAM
- General
- Installation
- Configuration
- OCC commands
- Developers