Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adding readme
  • Loading branch information
cemerick committed Nov 1, 2010
1 parent bf0585b commit 67ceb17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
# Continuous deployment of Clojure web applications

This repo contains a sample web application and accompanying bits needed to build and deploy it (or any other Clojure web app) using
[jclouds](http://code.google.com/p/jclouds/), [pallet](http://github.com/hugoduncan/pallet), and [Hudson](http://hudson-ci.org/),
as I described at a high level in my talk at the [first Clojure Conj](http://first.clojure-conj.org/speakers#emerick)
in October, 2010.

An accompanying screencast and slides from that talk are available
[here](http://cemerick.com/2010/11/01/continuous-deployment-of-clojure-web-applications).
2 changes: 1 addition & 1 deletion src/main/clojure/cemerick/webdeploy/hello_world.clj
Expand Up @@ -7,6 +7,6 @@


(defservice (defservice
(GET "*" {:keys [uri]} (GET "*" {:keys [uri]}
(format "<html><p>%s</p><p>Screencasts are fun, too.</p>URL requested: %s</html>" (format "<html><p>%s</p>URL requested: %s</html>"
"<b>Deploying with pallet, jclouds, and Hudson is fantastic! :-)</b>" "<b>Deploying with pallet, jclouds, and Hudson is fantastic! :-)</b>"
uri))) uri)))

0 comments on commit 67ceb17

Please sign in to comment.