diff --git a/readme.md b/readme.md index c5d2830..6e7eee1 100644 --- a/readme.md +++ b/readme.md @@ -1,19 +1,27 @@ -# Spot Project -[Spot](https://www.findmespot.com) & GPX integration -## Dependencies -* php-mbstring -* php-imagick -* ffprobe (ffmpeg) -* STARTTLS Email Server (use Gmail if none available) -* Optional: Geo Caching Server (WMTS Caching Service) -## Getting started -1. Clone Git onto web server -2. Copy settings-sample.php to settings.php and populate -3. Go to #admin and create a new project & feed -4. Add a GPX file named .gpx to /geo/ -## To Do List -* ECMA import/export -* Reset zoom on image closing (lightbox) -* Add mail frequency slider -* Use WMTS servers directly when not using Geo Caching Server -* Allow HEIF picture format +# Spot Project +[Spot](https://www.findmespot.com) & GPX integration +## Dependencies +* php-mbstring +* php-imagick +* php-mysql +* php-exif +* ffprobe (ffmpeg) +* STARTTLS Email Server (use Gmail if none available) +* Optional: Geo Caching Server (WMTS Caching Service) +## PHP Configuration +* max_execution_time = 300 +* memory_limit = 500M +* post_max_size = 4G +* upload_max_filesize = 4G +* max_file_uploads = 50 +## Getting started +1. Clone Git onto web server +2. Copy settings-sample.php to settings.php and populate +3. Go to #admin and create a new project & feed +4. Add a GPX file named .gpx to /geo/ +## To Do List +* ECMA import/export +* Reset zoom on image closing (lightbox) +* Add mail frequency slider +* Use WMTS servers directly when not using Geo Caching Server +* Allow HEIF picture format