An open API service indexing awesome lists of open source software.

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

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