You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lychee/docs/md/Installation.md

982 B

Requirements

Everything you need is a web-server with PHP 5.3 or later and a MySQL-Database.

PHP configuration php.ini

The following extensions must be activated:

extension = php_mbstring.dll
extension = php_exif.dll
extension = php_gd2.dll

To use Lychee without restrictions, we recommend to increase the values of the following properties:

max_execution_time = 200
post_max_size = 200M
upload_max_size = 200M
upload_max_filesize = 20M
max_file_uploads = 100

Download Lychee

The easiest way to download Lychee is with git:

git clone https://github.com/electerious/Lychee.git

You can also use the direct download.

Folder permissions

Change the permissions of uploads/ and data/ to 777, including all subfolders:

chmod -R 777 uploads/ data/

Lychee installation

Open Lychee in your browser and follow the given steps. If you have trouble, take a look at the FAQ.