Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Minor updates to installation.html #40

Merged
merged 4 commits into from
Dec 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 18 additions & 15 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@ The Lychee gallery has a few system requirements. You will need to make sure you
- MySQL _(version > 5.7.8)_ / MariaDB _(version > 10.2)_
- PostgreSQL _(version > 9.2)_
- Lychee's inbuilt SQLite3 support
- PHP >= 8.0 with these PHP extensions:
- BCMath
- Ctype
- Exif
- Ffmpeg (optional — to generate video thumbnails)
- Fileinfo
- GD
- Imagick (optional — to generate better thumbnails)
- JSON
- Mbstring
- OpenSSL
- PDO
- Tokenizer
- XML
- ZIP
- Lychee 4.4.0 and later:
- PHP >= 8.0 with these PHP extensions:
- BCMath
- Ctype
- Exif
- Ffmpeg (optional — to generate video thumbnails)
- Fileinfo
- GD
- Imagick (optional — to generate better thumbnails)
- JSON
- Mbstring
- OpenSSL
- PDO
- Tokenizer
- XML
- ZIP

While Lychee works on 32bit systems, we **strongly** recommend the use of a 64bit OS.

Expand Down Expand Up @@ -96,6 +97,8 @@ It is also strongly recommended to serve Lychee over TLS. You may wish to consid

Lychee includes a `public/.htaccess` file that is used to provide URLs without the `index.php` front controller in the path. Before serving Lychee with Apache, be sure to enable the `mod_rewrite` module so the `.htaccess` file will be honored by the server.

Also check the Apache [upgrade instructions](https://lycheeorg.github.io/docs/upgrade.html#using-apache) for required permissions in your /etc/apache2/sites-available/example.com.conf file.

If the `.htaccess` file that ships with Lychee does not work with your Apache installation, try this alternative:

```
Expand Down