Skip to content

hoffrocket/flickwhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

some sort of game using flickr, geodata, maps, and the scala lift framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages