Skip to content

9x/Runalyze

 
 

Repository files navigation

Build Status Code Coverage Scrutinizer Code Quality Translation status Gitter

Runalyze is a web application for analyzing your training - more detailed than any other sports diary.
Runalyze is mainly developed by laufhannes and mipapo.

Documentation

We provide two different documentations:

Install / Development

Runalyze v2.1+ requires composer and v2.3+ will probably require npm, bower (sudo npm install -g bower) and grunt (sudo npm install -g grunt-cli).

To install dependencies and build for v2.1/v2.2:

composer install
php build/build.php translations

To install dependencies and build for v2.3+ (applies to some branches):

composer install
bower install
npm install
grunt

Still, we don't have any automated migration script for the database so far. You have to apply recent changes from the respective update files in inc/install/ by hand.

License

Changelog

  • v2.2, 28.10.2015: minor release (equipment for al sports, imperial units, ...)
  • warning: migration from v2.1 to v2.2 requires refactor-equipment.php
  • v2.1, 19.07.2015: minor release (running dynamics, new importers, recovery time ...)
  • v2.1.1, 22.10.2015: minor bugfixes
  • v2.0, 28.02.2015: first mutlilingual major release
  • warning: migration from v1.5 to v2.0 requires refactor-db.php (see v2.0alpha, v2.0beta)
  • v2.0.1, 13.03.2015: minor bugfixes
  • v2.0.2, 24.03.2015: minor bugfixes
  • v2.0.3, 05.06.2015: minor bugfixes
  • v2.0.4, 17.07.2015: minor bugfixes
  • old versions (german only)
  • v1.5, 01.01.2014: bugfixes, improved vdot formula
  • v1.4, 23.08.2013: bugfix for security issue
  • v1.3, 29.07.2013: new importer, more data, vdot correction by elevation, ...
  • v1.2, 13.11.2012: save plots, share activity list
  • v1.1, 19.07.2012: first online version
  • v1.0, 20.01.2012: first public version

Installation

  • download zip-file and extract
  • open ../runalyze/install.php in your browser
  • follow the instructions

More details: http://blog.runalyze.com/installation/ (only in german)

Update

  • delete all contents of /runalyze/ except for /config.php/
  • download new zip-file and extract it
  • open ../runalyze/update.php in your browser and look if a database update is needed
  • follow the instructions
  • for v2.0 only: run ../runalyze/refactor-db.php

Credits

About

Runalyze - training analysis for athletes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 51.4%
  • JavaScript 39.4%
  • CSS 4.5%
  • Standard ML 2.5%
  • Perl 2.1%
  • Other 0.1%