More Readme Adaption
This commit is contained in:
parent
4492935dfe
commit
5e8b411570
1 changed files with 3 additions and 1 deletions
|
@ -2,13 +2,15 @@
|
|||
|
||||
This is a very simple PHP based image Gallery. It takes all images from or (or potentially multiple) directories and presents them as a simple web gallery. It will autogenerate thumbnails for the gallery overview and also do variable pagination. There are some simple keyboard shortcuts as well.
|
||||
|
||||
DISCLAIMER: This was just quickly hacked together, it might not be up to any quality or security standards. Use at your own risk, especially if exposed to the internet unprotected.
|
||||
|
||||
# Running it
|
||||
|
||||
Copy conf/config.sample.php to config.php and edit accordingly.
|
||||
|
||||
A webserver with PHP support and the php-gd and php-exif extensions (for thumbnails) is required. An example config for nginx with php-fpm might look like this:
|
||||
|
||||
worker_processes 4;
|
||||
worker_processes 4;
|
||||
|
||||
events {
|
||||
worker_connections 256;
|
||||
|
|
Loading…
Reference in a new issue