Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 707 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 707 Bytes

Blank App Engine CLJ

This is a template to allow you to create app engine projects easily. It is used as a starting off point to use compojure,hiccup, and google app engine.

Currently to satisify the build requirements for Google App Engine you must run a shell script provided in the distribution.

install.sh usage

./install.sh /path/to/appenginesdk/

This will use maven to manually install. This must be done before running anything else.

core.clj

This is the file which contains a hello world in clojure. Modify this as necessary or even delete this file.

License

Copyright (C) 2010 Joshua Herman

Distributed under the Eclipse Public License, the same as Clojure.