This project is no longer active and the domain name is no longer set up.
Source code for scalapuzzles.org - inspired by 4clojure.org, but with a different ui and for Scala.
Contributions are welcome!
Install Play20
Install PostgreSql
You will need to create a user and database for the tests and for the normal app. For test create a user: scalaini:hello
and a
db called scalaini_test
The db for the regular app you configure through an environment variable DATABASE_URL
.
So set that to whatever you want, here's an example export DATABASE_URL="postgres://db_username:my_password@localhost/scalaini"
Then
git clone [email protected]:edeustace/scala-ini.git
cd scala-ini
play run