Convert project to webpack
This commit is contained in:
14
readme.md
14
readme.md
@@ -1,6 +1,8 @@
|
||||
# Spot Project
|
||||
[Spot](https://www.findmespot.com) & GPX integration
|
||||
## Dependencies
|
||||
* npm 18+
|
||||
* composer
|
||||
* php-mbstring
|
||||
* php-imagick
|
||||
* php-gd
|
||||
@@ -17,11 +19,13 @@
|
||||
* 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/
|
||||
2. composer install
|
||||
3. npm run dev
|
||||
4. Update php.ini parameters
|
||||
5. Copy timezone data: mariadb_tzinfo_to_sql /usr/share/zoneinfo | mariadb -u root mysql
|
||||
6. Copy settings-sample.php to settings.php and populate
|
||||
7. Go to #admin and create a new project, feed & maps
|
||||
8. 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