Skip to content

male1st/openrunlog

 
 

Repository files navigation

#Open Run Log

Build Status Requirements Status

What is Open Run Log?

I intend for Open Run Log (ORL) to be an open source platform that allows people to easily and quickly record their runs and additionally view information about past workouts easily in a visual manner.

I aim to do away with tedious spreadsheets and other solutions that end up being a huge hassle once you have any sort of volume.

Running ORL

If you'd like to your own copy of ORL either for development or just personal use you can follow these simple steps.

First, some dependencies:

  • MongoDB
  • redis
  • Python (I use 2.7 but 2.6 should work as well)

Steps:

  1. Install the required Python modules (virtualenv recommended)

pip install -r requirements.txt

  1. Configure via environment variables
export ORL_DB_NAME="openrunlog"
export ORL_DB_URI="mongodb://localhost/openrunlog"
export ORL_DEBUG="True"
export ORL_COOKIE_SECRET="insertyourrandomstringhere"
export ORL_DAILYMILE_REDIRECT="http://localhost:11000/auth/dailymile"
export ORL_DAILYMILE_CLIENT_ID=""
export ORL_DAILYMILE_CLIENT_SECRET=""

The dailymile OAuth credentials may be obtained from http://www.dailymile.com/api.

  1. Run ORL!

supervisord

About

An open source web application to record and display your workouts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.9%
  • JavaScript 33.7%
  • HTML 18.1%
  • Other 1.3%