Skip to content

eptx/unfiltered-gae.g8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A giter8 template for Google App Engine Unfiltered applications.

install

Build with sbt 0.10.x

# 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 plugin has been added to run a dev server until dev-appserver-start/stop have but added to the gae sbt plugin

sbt
jetty-run

To deploy

sbt appengine:deploy

point your browse at http://localhost:8080/

TODO

About

unfiltered google app engine g8 template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%