Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 703 Bytes

File metadata and controls

21 lines (16 loc) · 703 Bytes

Flickr/geodata/map game built on Lift, the scala web framework

To get started

  1. Install sbt
  2. sbt update (first run only)
  3. sbt jetty

Get fancy with your build tool

Run continuous compilation in one window and jetty with javarebel automatic class reloading in another.

  1. download javarebel
  2. create an sbt-rebel script:
    
    #!/bin/sh
    java -XX:+CMSClassUnloadingEnabled -noverify -javaagent:/path/to/jrebel-2.1/jrebel.jar -Xmx512m -jar ~/bin/sbt-launcher.jar "$@
    	
  3. open two terminal windows
    • Window 1: vanilla sbt, then “~prepare-webapp”
    • Window 2: sbt-rebel jetty