Update install steps
This commit is contained in:
10
readme.md
10
readme.md
@@ -5,7 +5,7 @@
|
|||||||
* php-imagick
|
* php-imagick
|
||||||
* php-mysql
|
* php-mysql
|
||||||
* php-exif
|
* php-exif
|
||||||
* ffprobe (ffmpeg)
|
* ffprobe & ffmpeg
|
||||||
* STARTTLS Email Server (use Gmail if none available)
|
* STARTTLS Email Server (use Gmail if none available)
|
||||||
* Optional: Geo Caching Server (WMTS Caching Service)
|
* Optional: Geo Caching Server (WMTS Caching Service)
|
||||||
## PHP Configuration
|
## PHP Configuration
|
||||||
@@ -16,9 +16,11 @@
|
|||||||
* max_file_uploads = 50
|
* max_file_uploads = 50
|
||||||
## Getting started
|
## Getting started
|
||||||
1. Clone Git onto web server
|
1. Clone Git onto web server
|
||||||
2. Copy settings-sample.php to settings.php and populate
|
2. Install dependencies & update php.ini parameters
|
||||||
3. Go to #admin and create a new project, feed & maps
|
3. Copy timezone data: mariadb_tzinfo_to_sql /usr/share/zoneinfo | mariadb -u root mysql
|
||||||
4. Add a GPX file named <project_codename>.gpx to /geo/
|
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
|
## To Do List
|
||||||
* ECMA import/export
|
* ECMA import/export
|
||||||
* Add mail frequency slider
|
* Add mail frequency slider
|
||||||
|
|||||||
Reference in New Issue
Block a user