geelen / mohole-scala
- Source
- Commits
- Network (0)
- Issues (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
archive.properties | ||
| |
build.xml | ||
| |
build/ | ||
| |
buildj.xml | ||
| |
etc/ | ||
| |
mohole.ipr | ||
| |
resources/ | ||
| |
src/ | ||
| |
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!

