Update install steps
This commit is contained in:
10
readme.md
10
readme.md
@@ -5,7 +5,7 @@
|
||||
* php-imagick
|
||||
* php-mysql
|
||||
* php-exif
|
||||
* ffprobe (ffmpeg)
|
||||
* ffprobe & ffmpeg
|
||||
* STARTTLS Email Server (use Gmail if none available)
|
||||
* Optional: Geo Caching Server (WMTS Caching Service)
|
||||
## PHP Configuration
|
||||
@@ -16,9 +16,11 @@
|
||||
* 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 & maps
|
||||
4. Add a GPX file named <project_codename>.gpx to /geo/
|
||||
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
|
||||
* ECMA import/export
|
||||
* Add mail frequency slider
|
||||
|
||||
Reference in New Issue
Block a user