Skip to content

edeustace/scala-ini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages