edeustace / scala-ini

a bunch of scala puzzles - a bit like 4clojure.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inactive Project

This project is no longer active and the domain name is no longer set up.

Introduction

Source code for scalapuzzles.org - inspired by 4clojure.org, but with a different ui and for Scala.

Contributing

Contributions are welcome!

Installation

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 git@github.com:edeustace/scala-ini.git
cd scala-ini
play run

About

a bunch of scala puzzles - a bit like 4clojure.org


Languages

Language:JavaScript 96.9%Language:Scala 1.8%Language:HTML 0.9%Language:CoffeeScript 0.3%Language:CSS 0.2%