Add pre-built package listing in installation document
This commit is contained in:
parent
3eaaed7271
commit
448f7c3a2a
@ -1,10 +1,17 @@
|
|||||||
|
## Pre-built Packages
|
||||||
|
|
||||||
|
* [ArchLinux](https://aur.archlinux.org/packages/lychee/)
|
||||||
|
* [Cloudron](https://cloudron.io/appstore.html?app=com.electerious.lychee.cloudronapp)
|
||||||
|
|
||||||
|
## Manual
|
||||||
|
|
||||||
### 1. Requirements
|
### 1. Requirements
|
||||||
Everything you need is a web-server with PHP 5.5 or later and a MySQL-Database.
|
Everything you need is a web-server with PHP 5.5 or later and a MySQL-Database.
|
||||||
|
|
||||||
The following PHP extensions must be activated:
|
The following PHP extensions must be activated:
|
||||||
|
|
||||||
session, exif, mbstring, gd, mysqli, json, zip
|
session, exif, mbstring, gd, mysqli, json, zip
|
||||||
|
|
||||||
To use Lychee without restrictions, we recommend to increase the values of the following properties in `php.ini`:
|
To use Lychee without restrictions, we recommend to increase the values of the following properties in `php.ini`:
|
||||||
|
|
||||||
max_execution_time = 200
|
max_execution_time = 200
|
||||||
@ -12,15 +19,15 @@ To use Lychee without restrictions, we recommend to increase the values of the f
|
|||||||
upload_max_size = 100M
|
upload_max_size = 100M
|
||||||
upload_max_filesize = 20M
|
upload_max_filesize = 20M
|
||||||
memory_limit = 256M
|
memory_limit = 256M
|
||||||
|
|
||||||
You might also take a look at [Issue #106](https://github.com/electerious/Lychee/issues/106) if you are using nginx or in the [FAQ](https://github.com/electerious/Lychee/blob/master/docs/FAQ.md#i-cant-upload-multiple-photos-at-once) if you are using CGI or FastCGI.
|
You might also take a look at [Issue #106](https://github.com/electerious/Lychee/issues/106) if you are using nginx or in the [FAQ](https://github.com/electerious/Lychee/blob/master/docs/FAQ.md#i-cant-upload-multiple-photos-at-once) if you are using CGI or FastCGI.
|
||||||
|
|
||||||
### 2. Download
|
### 2. Download
|
||||||
|
|
||||||
The easiest way to download Lychee is with `git`:
|
The easiest way to download Lychee is with `git`:
|
||||||
|
|
||||||
git clone https://github.com/electerious/Lychee.git
|
git clone https://github.com/electerious/Lychee.git
|
||||||
|
|
||||||
You can also use the [direct download](https://github.com/electerious/Lychee/archive/master.zip).
|
You can also use the [direct download](https://github.com/electerious/Lychee/archive/master.zip).
|
||||||
|
|
||||||
### 3. Permissions
|
### 3. Permissions
|
||||||
|
Loading…
Reference in New Issue
Block a user