Update config

This commit is contained in:
2021-06-28 20:51:05 +02:00
parent 7e89816a5f
commit af3e44e476

View File

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