You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cm...@apache.org on 2011/08/18 14:09:16 UTC

svn commit: r1159188 - /karaf/sandbox/pieber/karaf-webconsole/trunk/README

Author: cmoulliard
Date: Thu Aug 18 12:09:16 2011
New Revision: 1159188

URL: http://svn.apache.org/viewvc?rev=1159188&view=rev
Log:
Update README file to build and deploy the project

Modified:
    karaf/sandbox/pieber/karaf-webconsole/trunk/README

Modified: karaf/sandbox/pieber/karaf-webconsole/trunk/README
URL: http://svn.apache.org/viewvc/karaf/sandbox/pieber/karaf-webconsole/trunk/README?rev=1159188&r1=1159187&r2=1159188&view=diff
==============================================================================
--- karaf/sandbox/pieber/karaf-webconsole/trunk/README (original)
+++ karaf/sandbox/pieber/karaf-webconsole/trunk/README Thu Aug 18 12:09:16 2011
@@ -1,4 +1,7 @@
-The base idea is to take the current felix webconsole (we use in Karaf), base it
+Apache Karaf Wicket WebConsole
+===============================
+
+The base idea of this project is to take the current felix webconsole (we use in Karaf), base it
 on wicket and handle the entire thing on pax-wicket. Based on this method it should
 be very simple to provide an VERY configurable and extendable webconsole which should
 be much easier to write than the current one based on plain jscript and servlets.
@@ -7,20 +10,16 @@ This version uses the current snapshot o
 are avialable via Sonatype please make sure that you've the latest build of Pax Wicket master
 in your local .m2 repositories:
 
-git clone git://github.com/ops4j/org.ops4j.pax.wicket
-cd org.ops4j.pax.wicket
-mvn install
-
-Now you can install the karaf-webconsole:
-
-mvn install
+Instructions to build and deploy the project
 
-The Karaf Webconsole includes a feature file you can use to run the project in the latest
-Apache Karaf:
+1) Download the code from : http://svn.apache.org/repos/asf/karaf/sandbox/pieber/karaf-webconsole/trunk
+2) Build it : mvn clean install -Dtest=false
+3) Download Karaf from here : https://repository.apache.org/content/repositories/releases/org/apache/karaf/apache-karaf/2.2.2/
+4) Unzip/untar it and open a DOS/Unix shell
+5) Go to bin directory and start Karaf bin/karaf.bat or bin/.karaf
+6) Execute the following instructions :
 
 features:addurl mvn:org.apache.karaf.webconsole/features/1.0.0-SNAPSHOT/xml/features
+features:install webconsole-wicket
 
-after you've installed those packages successfully point your browser to:
-
-http://localhost:8181/cns
-
+7) Open cns website in your browser : http://localhost:8181/cns/