Skip to content

zitterbewegung/blank-appengine-clj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Blank start for an appengine project on clojure. Build with clojars and lein

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 55.8%
  • Shell 44.2%