Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rolandtritsch/scala-play-hello
- Owner: rolandtritsch
- Created: 2013-09-08T14:24:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-08T15:57:17.000Z (over 11 years ago)
- Last Synced: 2024-04-16T12:19:41.273Z (10 months ago)
- Language: Scala
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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