Skip to content

App Engine Scala Template with Unfiltered and Scalate

License

Notifications You must be signed in to change notification settings

int128/appengine-scala-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Engine Scala Template

A template project with Scala and Unfiltered on Google App Engine.

Prepare

Java 7 or later is required.

Install App Engine SDK (mandatory) and JRebel (recommended).

gcloud components update gae-java

Set environment variables in .bashrc or .zshrc.

export APPENGINE_SDK_HOME=$HOME/Library/google-cloud-sdk/platform/appengine-java-sdk
export JREBEL_PATH=$HOME/Library/jrebel/jrebel.jar

Run

Run sbt.

sbt

Start the development server.

appengineDevServer --port=8888

Deploy

Run sbt.

sbt

Start the development server.

appengineDeploy --oauth2

Structure

  • src/main/scala/ - Scala sources of the product
  • src/test/scala/ - Scala sources of the test
  • static/public/ - Static files
  • static/target/ - Compiled assets
  • build.sbt - Scala dependencies
  • appengine.sbt - App Engine dependencies
  • scalate.sbt - Scalate dependencies
  • target/webapp/ - (output) Web application to be run or deployed

About

App Engine Scala Template with Unfiltered and Scalate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published