Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rolandtritsch/scala-play-hello

Simple Scala Play Hello World
https://github.com/rolandtritsch/scala-play-hello

Last synced: about 18 hours ago
JSON representation

Simple Scala Play Hello World

Awesome Lists containing this project

README

        

# Simple Scala Play App for Docker Demo

I am using this app for the [docker demo](http://github.com/gilt/docker).

To make this work you need to ...

* install sbt `> sudo port install sbt`
* clone the repo `> git clone https://github.com/rolandtritsch/scala-play-hello.git`
* run the play app `> cd scala-play-hello; sbt run`
* load `http://localhost:9000` or `http://localhost:9000/name/Docker` in your browser