- Knowledge about:
- SQL/MySQL
- PHP
- Docker
- Create a MySQL instanze
- run if you are using MYSQL-5.7
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
acording to FAQ - create a database for the application
- download elevation data for your region from DWTKNS to ./data/srtm as ZIP-Files
- Copy ./data/config/example-config.yml to ./data/config/config.yml
- fillout as much as possible, required: Database & Mail part
- download a prebuild version from Runalyze Releases to ./data/version
- extract the the version to ./data/version/runalyze
- fix the bug with Perl and Fit-Files ISSUE 1701
- run
docker build -t <image-name> .
to build the docker image
- create a container like others with port mapping or not
Thanks to the team of Runalyze, for the awesome alternative to Garmin Cloud and others.
Runalyze Offical Install Guide
For typos and other issues - pleace create a issue or pull requests