Adds extra features to rocketmap
This is a separate addition to RocketMap, adding some additional features such as map history or trainer history.
See the screenshots below:
- Gym history: http://imgur.com/a/3BhHV
- Trainer info: http://imgur.com/a/c4oUS
- Some basic understanding of web-technology (Sorry, I won't handhold you beyond this readme)
- You need to have NPM installed (See: https://nodejs.org/en/ )
- You need to have gulp installed globally (ie:
npm install gulp -g
)
- Download RocketMapExtras and extract the files into a folder
- Open
gulp-config.json
and correct the URL's there (Depending on your setup, you might not need to change the__GYMDATA_PATH__
value). - Go to the folder in terminal or command prompt and type:
gulp build
- A
dist
folder will be created, copy the contents to your webserver - Run
/RocketMapExtras/GymData/create_tables.php
once, then delete it from your server - Setup a cron or scheduled task that executes
/RocketMapExtras/GymData/task.php
periodically