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
- Host: GitHub
- URL: https://github.com/making/clj-gae-blank
- Owner: making
- Created: 2010-03-21T13:58:02.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-02T19:20:05.000Z (almost 16 years ago)
- Last Synced: 2025-04-06T07:43:11.096Z (about 1 year ago)
- Language: Clojure
- Homepage:
- Size: 98.6 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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