Update readme.md

This commit is contained in:
Tobias Reich 2013-10-05 15:42:37 +02:00
parent 8030dfebed
commit 1559344795

View File

@ -15,8 +15,6 @@ To run Lychee, everything you need is a web-server with PHP 5.3 or later and a M
Settings are located inside the `php/config.php`. All settings are optional and doesn't need to be changed. [Settings »](https://github.com/electerious/Lychee/wiki/Settings)
If you experience problems uploading large amounts of photos, you might want to change the PHP parameters in `.htaccess` (if you are using the PHP Apache module) or in `.user.ini` (if you are using PHP >= 5.3 with CGI or FastCGI).
## How to use
After the configuration, navigate your browser to the place where Lychee is located. Everything should work now.
@ -44,6 +42,8 @@ Lychee supports the latest versions of Google Chrome, Apple Safari, Mozilla Fire
If Lychee is not working properly, try to open `php/check.php`. This file will take a look at your configuration and displays all errors it can find. Everything should work if you can see the message "Lychee is ready!".
If you experience problems uploading large amounts of photos, you might want to change the PHP parameters in `.htaccess` (if you are using the PHP Apache module) or in `.user.ini` (if you are using PHP >= 5.3 with CGI or FastCGI).
## About
Lychee is made by [Tobias Reich](http://electerious.com) (HTML, CSS, JS, Design, Website Design and Development) with the help of [Philipp Maurer](http://phinal.net) (PHP, MySQL).