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

https://github.com/making/clj-gae-blank

a blank project for Clojure on Google App Engine
https://github.com/making/clj-gae-blank

Last synced: 12 months ago
JSON representation

a blank project for Clojure on Google App Engine

Awesome Lists containing this project

README

          

# clj-gae-blank #

a blank project for Clojure on Google App Engine

## Compile ##

$ lein compile

## Deploy ##

fill your app-id to element in war/WEB-INF/appengine-web.xml

add {GAE_SDK_HOME}/bin to $PATH

$ appcfg.sh war update

when you want to use local server

$ dev_appserver.sh war