https://github.com/softprops/unfiltered-gae.g8
unfiltered google app engine g8 template
https://github.com/softprops/unfiltered-gae.g8
Last synced: 8 months ago
JSON representation
unfiltered google app engine g8 template
- Host: GitHub
- URL: https://github.com/softprops/unfiltered-gae.g8
- Owner: softprops
- Created: 2010-12-05T03:04:59.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-01-15T22:46:50.000Z (over 14 years ago)
- Last Synced: 2024-05-09T09:41:54.115Z (about 2 years ago)
- Language: Scala
- Homepage:
- Size: 144 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
A [giter8][g8] template for [Google App Engine][gae] [Unfiltered][unfiltered] applications.
## install
Build with [sbt 0.10.x][sbt]
# download and copy google app engines sdk to /path/to/your/gae-home
export APPENGINE_SDK_HOME=/path/to/your/gae-home
g8 softprops/unfiltered-gae --name your-app
cd your-app
A support for running with the sbt [siasia/xsbt-web-plugin][webplugin] plugin has been added to run a dev server until dev-appserver-start/stop have but added to the [gae sbt plugin][gaesbt]
sbt
container:start
To deploy
sbt appengine:deploy
Point your browser at http://localhost:8080/
## TODO
* yaml configs - http://code.google.com/appengine/docs/java/configyaml/appconfig_yaml.html
[sbt]: https://github.com/harrah/xsbt/wiki
[eed3si9n]: https://github.com/eed3si9n/
[gaesbt]: https://github.com/eed3si9n/sbt-appengine
[g8]: http://github.com/n8han/giter8#readme
[unfiltered]: http://github.com/unfiltered/unfiltered#readme
[gae]: http://code.google.com/appengine/
[webplugin]: https://github.com/siasia/xsbt-web-plugin#readme