Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Requirements

Olivier Paroz edited this page Feb 10, 2017 · 4 revisions

Browser compatibility

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

Fully supported

  • Desktop: Firefox, Chrome
  • Mobile: Safari, Chrome on Android 5+, Firefox

Partially supported

May not look as nice, but should work

  • Desktop: Internet Explorer 11, Edge
  • Mobile: Opera, Chrome on Android 4, BlackBerry 10.3

Not supported

  • Desktop: Internet Explorer prior to 11, Safari, Opera
  • Mobile: Windows Phone

For the list of supported features for each browser, see this wiki page

Server requirements

Required

  • 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 by core when accessing the filesystem

Recommended

  • 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