Skip to content

Instantly share code, notes, and snippets.

@pigoz
Created August 28, 2012 09:09
Show Gist options
  • Save pigoz/3496410 to your computer and use it in GitHub Desktop.
Save pigoz/3496410 to your computer and use it in GitHub Desktop.
getting started with Lift

Here's the steps:

  • brew install scala sbt
  • get the tar of the last stable release: https://github.com/lift/lift_24_sbt/tarball/master
  • copy over the project you want. I used scala_29/lift_xhtml
  • export MAVEN_OPTS="-Xms256m -Xmx1024m" in your .profile
  • sbt -> update (gets dependencies through maven) -> jetty-run (runs development webserver)
  • head over to http://0.0.0.0:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment