Skip to content

2er0/runalyze-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published