Mohole in Scala on the GAE
Scala JavaScript Java
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= build
carview.php?tsp= etc
carview.php?tsp= resources
carview.php?tsp= src
carview.php?tsp= .gitignore
carview.php?tsp= README.markdown
carview.php?tsp= archive.properties
carview.php?tsp= build.xml
carview.php?tsp= buildj.xml
carview.php?tsp= mohole.ipr
carview.php?tsp= tokens.properties

README.markdown

slinky2-appengine-demo

This should be buildable and deployable to google's app engine, which is pretty pro I think you will find.

What you need to do

  • Edit the appengine-web.xml file and make the application one of yours
  • Have scala in /opt/scala and the app engine sdk in /opt/appengine-java-sdk
  • Run ''ant deploy'' to make sure everything compiles
  • ''ant runserver'' to test locally
  • ''ant update'' to push it up to google!