
To see code in Prod:

visit http://192.241.248.22

To see code on Github:

visit https://github.com/dkarivalis/SEP_SMIFL/tree/DEMO-1

To Run Code:

Run on machine using Ubuntu 12.04.3 LTS
Install MySQL
Create DB and add your username, password, and the url to the DB in your global
ENV variables as:
DATABASE_URL_DB = "db url"
DATABASE_NAME_DB = "user name"
DATABASE_PASSWORD_DB = "password"

Install Play Framework 2.2.2

execute: play ~run
on a command line interface while at the root of THIS directory.
navigate to http://localhost:9000

You will be asked to evolve the DB, do so.
Once evolutions are done, you will need to modify two column names by hand.
See the error to determine the changes necessary or contact
david.patrzeba@gmail.com. This unfourtantly can not be fixed easily, otherwise
it would have been fixed.
