inigo / runnertrack

Track runners doing the London Marathon (and similar races)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track runners in the London Marathon (or similar events).

== Setup ==

This uses Activator/Play. Build, test and run with:

    ./activator
    compile
    test
    run

== Deploying to Heroku ==

This app is deployed to https://runnertrack.herokuapp.com/ and the master on Github will be automatically
redeployed to it on every push.

To initially set this up:
    (sign up for Heroku, and download the Heroku toolbelt)
    heroku create
Deploy with:
    git push heroku master
    heroku open

Monitor with:
    heroku ps
    heroku logs

== License ==

Copyright (C) Inigo Surguy, 2015.

This code is licensed under the GNU Affero General Public License (AGPL) version 3 or any later version.

See the LICENSE.txt file for details.

About

Track runners doing the London Marathon (and similar races)

License:GNU Affero General Public License v3.0


Languages

Language:HTML 81.0%Language:Scala 18.7%Language:CSS 0.3%