You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2007/11/12 05:59:42 UTC

svn commit: r594021 - /incubator/sling/trunk/microsling/microsling-core/README.txt

Author: bdelacretaz
Date: Sun Nov 11 20:59:38 2007
New Revision: 594021

URL: http://svn.apache.org/viewvc?rev=594021&view=rev
Log:
SLING-101 - updated README after sling modules reorg, contributed by Ross Gardler, thanks!

Modified:
    incubator/sling/trunk/microsling/microsling-core/README.txt

Modified: incubator/sling/trunk/microsling/microsling-core/README.txt
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/microsling/microsling-core/README.txt?rev=594021&r1=594020&r2=594021&view=diff
==============================================================================
--- incubator/sling/trunk/microsling/microsling-core/README.txt (original)
+++ incubator/sling/trunk/microsling/microsling-core/README.txt Sun Nov 11 20:59:38 2007
@@ -18,36 +18,50 @@
 
 To build and run:
 
-1) Install a JDK 1.5 and Maven 2.0.7.
+- Install a JDK 1.5 and Maven 2.0.7.
 
-2) Get and build the Jackrabbit trunk from
+- Get and build the Jackrabbit trunk from
 
   http://svn.apache.org/repos/asf/jackrabbit/trunk
 
-I'm currently using revision 583722 for my tests.
+  I'm currently using revision 583722 for my tests.
 
-3) Build the sling-api and sling-json modules
+- Build the api and sling-json modules
 
-  cd sling/sling-api
+  cd sling/api
   mvn clean install
 
-  cd sling/json
+  cd sling/commons/json
   mvn clean install
   
-4) Run the microsling tests:
+- Build the script modules used by microsling
+
+  cd sling/scripting/freemarker
+  mvn clean install
+
+  cd sling/scripting/javascript
+  mvn clean install
+
+  cd sling/scripting/ruby
+  mvn clean install
+
+  cd sling/scripting/velocity
+  mvn clean install
+  
+- Run the microsling tests:
 
   cd sling/microsling/microsling-core
   mvn clean install
   
-Builds microsling and runs the unit and integration tests.  
+  Builds microsling and runs the unit and integration tests.  
   
-5) Build and run this webapp:
+- Build and run this webapp:
 
   mvn clean jetty:run
   
-Which should say "Started SelectChannelConnector@0.0.0.0:8080" once
-the build is done.  
+  Which should say "Started SelectChannelConnector@0.0.0.0:8080" once
+  the build is done.  
   
-6) Connect to http://localhost:8080/ which should return a page
-saying "Microsling homepage". That page contains instructions for
-playing with Microsling.   
\ No newline at end of file
+- Connect to http://localhost:8080/ which should return a page
+  saying "Microsling homepage". That page contains instructions for
+  playing with Microsling.   
\ No newline at end of file