2023-01-02 22:33:24 +01:00
2022-09-14 15:04:58 +02:00
2022-02-07 23:14:22 +01:00
2022-09-14 15:04:58 +02:00
2022-04-05 19:15:56 +02:00
2022-09-14 15:04:58 +02:00
2022-06-29 17:33:41 -07:00
2023-01-02 15:24:09 +01:00
2023-01-02 22:33:24 +01:00
2021-06-27 20:57:10 +02:00
2021-06-27 20:57:10 +02:00
2022-10-04 17:47:38 +02:00
2022-09-28 13:32:59 +02:00

Spot Project

Spot & 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. Install dependencies & update php.ini parameters
  3. Copy timezone data: mariadb_tzinfo_to_sql /usr/share/zoneinfo | mariadb -u root mysql
  4. Copy settings-sample.php to settings.php and populate
  5. Go to #admin and create a new project, feed & maps
  6. Add a GPX file named <project_codename>.gpx to /geo/

To Do List

Description
No description provided
Readme 132 MiB
Languages
SCSS 59.8%
JavaScript 22%
PHP 10.8%
HTML 7.4%