Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.57 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.57 KB

Runalyze Docker

Requirements for this how-to

  • Knowledge about:
    • SQL/MySQL
    • PHP
    • Docker

Install Steps

MYSQL

  • 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

Map-Data

Config-File

  • Copy ./data/config/example-config.yml to ./data/config/config.yml
  • fillout as much as possible, required: Database & Mail part

Get-Version

Build-Container

  • run docker build -t <image-name> . to build the docker image

Run

  • create a container like others with port mapping or not

Credits

Thanks to the team of Runalyze, for the awesome alternative to Garmin Cloud and others.

Runalyze Offical Install Guide

LICENSE

Contribution

For typos and other issues - pleace create a issue or pull requests