Skip to content

Installation

Einar edited this page Dec 3, 2017 · 5 revisions

Download

From github

See the releases page.

Package manager

Requirements

Linux

Currently not tested on Mac and Windows, but please try it out.

PHP 7

php -v

Phar

Probably already installed, but some setups doesn't have it, like Synology (see installation instructions).

php -i | grep "Phar-based phar archives => enabled"

Exif

Probably already installed, but you will have to enable it if this command gives no output:

php -i | grep exif

If not installed, add extension=exif.so to your .ini file. See this directory for a file:

php -i | grep "Scan this dir for additional .ini files"

Our create your own .ini file in that directory.

Clone this wiki locally