lychee/docs/Installation.md

37 lines
972 B
Markdown
Raw Normal View History

2014-02-14 19:02:58 +00:00
### 1. Requirements
Everything you need is a web-server with PHP 5.3 or later and a MySQL-Database.
2014-02-14 19:02:58 +00:00
### 2. 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
2014-02-07 23:08:18 +00:00
2014-02-14 19:02:58 +00:00
### 3. Download
2014-02-07 23:08:18 +00:00
2014-02-08 17:40:40 +00:00
The easiest way to download Lychee is with `git`:
2014-02-07 23:08:18 +00:00
git clone https://github.com/electerious/Lychee.git
You can also use the [direct download](https://github.com/electerious/Lychee/archive/master.zip).
2014-02-14 19:02:58 +00:00
### 4. Permissions
2014-02-07 23:08:18 +00:00
Change the permissions of `uploads/` and `data/` to 777, including all subfolders:
2014-02-07 23:08:18 +00:00
chmod -R 777 uploads/ data/
2014-02-14 19:02:58 +00:00
### 5. Finish
Open Lychee in your browser and follow the given steps.
If you have trouble, take a look at the [FAQ](FAQ.md).