From a20f8a54a5669791587d574bd2d517dae92c2cf0 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 11 Apr 2009 19:26:40 +0200 Subject: README.markdown: Note the dependency on YUI 3.x. --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index cd50ecd..15ea98f 100644 --- a/README.markdown +++ b/README.markdown @@ -20,6 +20,13 @@ CljSSSSg 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 CljSSSSg, 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. -- cgit v1.2.3