aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-04-11 19:26:40 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-04-11 19:26:40 +0200
commita20f8a54a5669791587d574bd2d517dae92c2cf0 (patch)
treeb50d2375b66eefeaefa477f520692335f593f034
parent9b6a5ed3cf64a1ff2072d596ee0dd2af9b2c641d (diff)
README.markdown: Note the dependency on YUI 3.x.HEADmaster
-rw-r--r--README.markdown7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index cd50ecd..15ea98f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -20,6 +20,13 @@ CljSSSS<sup>g</sup> requires the following items to be on the class path:
## Deployment
+First, if you want the fancy JavaScript-based UI features, you need to either
+
+ 1. call `git submodule update --init`, **or**
+ 2. download the [Yahoo! UI Library, version 3](http://developer.yahoo.com/yui/3/), and extract it into the directory `public/yui3` (in such a way that `public/yui3/src` contains the JavaScript code).
+
+If you decide not to do this, however, you're still left with a fully-functional, though boring, HTML-based UI.
+
In order to run CljSSSS<sup>g</sup>, load the main file, `cljssss-g.clj`.
You will probably want to populate your database with a couple of user records before trying to log in. See the bottom of the `cljssss-g.clj` file for the database schema and examples.