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/Installation.md

28 lines
941 B

### 1. Requirements
Everything you need is a web-server with PHP 5.3 or later and a MySQL-Database.
The following PHP extensions must be activated:
exif, gd, json, mbstring, mysqli, zip
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
10 years ago
The easiest way to download Lychee is with `git`:
10 years ago
git clone https://github.com/electerious/Lychee.git
You can also use the [direct download](https://github.com/electerious/Lychee/archive/master.zip).
### 3. Permissions
10 years ago
Change the permissions of `uploads/` and `data/` to 777, including all subfolders:
10 years ago
chmod -R 777 uploads/ data/
### 4. Finish
Open Lychee in your browser and follow the given steps.
If you have trouble, take a look at the [FAQ](FAQ.md).