davidwilemski / openrunlog

[Currently Unmaintained] An open source web application to record and display your workouts
https://openrunlog.org
Other
10 stars 5 forks source link

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:

Steps:

1) Install the required Python modules (virtualenv recommended)

pip install -r requirements.txt

2) 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"

3) Run ORL!

supervisord