- Install Play! Framework 2 - http://www.playframework.org/documentation/2.0.2/Installing
- Install PostgreSQL - http://postgresapp.com/ ( on OSX ) or http://www.postgresql.org/download/
- Navigate to your development folder and checkout this projecct - git clone https://github.com/mbseid/PlayIntro.git
- Change line 26 of application.conf ( https://github.com/mbseid/PlayIntro/blob/master/conf/application.conf ) to have the username/password of your postgresql account
- Example: username: test, password: testpassword, database: playintro would be = "postgres://test:testpasswrod@localhost/playintro"
That’s it! Wasn't that easy.
- Navigate to the PlayIntro project you just checked out in terminal / cmd prompt
- Enter "play clean run"
- In your browser, go to "localhost:9000/"
Enjoy!