You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/01/15 19:58:05 UTC

svn commit: r1433580 - /karaf/eik/trunk/manual/src/main/webapp/user-guide/installation.conf

Author: jbonofre
Date: Tue Jan 15 18:58:05 2013
New Revision: 1433580

URL: http://svn.apache.org/viewvc?rev=1433580&view=rev
Log:
Update EIK documentation to use remote repository for installation

Modified:
    karaf/eik/trunk/manual/src/main/webapp/user-guide/installation.conf

Modified: karaf/eik/trunk/manual/src/main/webapp/user-guide/installation.conf
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/manual/src/main/webapp/user-guide/installation.conf?rev=1433580&r1=1433579&r2=1433580&view=diff
==============================================================================
--- karaf/eik/trunk/manual/src/main/webapp/user-guide/installation.conf (original)
+++ karaf/eik/trunk/manual/src/main/webapp/user-guide/installation.conf Tue Jan 15 18:58:05 2013
@@ -1,22 +1,34 @@
-h1. Eik Installation
+h1. EIK Installation
 
 EIK can be installed in two ways.
 
 * from update site
 * Installing a Plug-in Manually
 
-h3. Installing a Plug-in Manually
+h3. Installing from a remote repository
+
+Download the EIK repository zip archive from Central.
+For instance, download:
+http://repo.maven.apache.org/maven2/org/apache/karaf/eik/features/org.apache.karaf.eik.repository/0.9.0/org.apache.karaf.eik.repository-0.9.0.zip
+
+Uncompress the repository zip archive on your system, in the folder of your choice.
+
+In Eclipse, pick up this folder in the following menu:
+
+*Select Help > Install new software > Add.. > Local...*
 
-From eik trunk doing a quick build. 
-{noformat}
 
+h3. Installing from a local repository
+
+From EIK sources, you start by building the repository:
+
+{noformat}
 The following avoids running all the unit test cases, we just skip the test running phase and not the building part
 mvn -Dmaven.test.skip=true clean install
 or
 mvn -DskipTests clean install 
 {noformat}
 
-
 *Select Help > Install new software > Add.. > Local...*
 select folder
 <path_to_source>/features/org.apache.karaf.eik.repository/target/repository
@@ -25,8 +37,6 @@ select folder
 !/images/installation_2.png!
 
 
-
-
 h3. Setting the OSGi Framework
 With this step we specify to Eclipse which OSGi framework we need to use 
 *Select Window > Preferences > OSGI Frameworks*