Update EIK documentation to use remote repository for installation git-svn-id: https://svn.apache.org/repos/asf/karaf/eik/trunk@1433580 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/karaf-eik/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-eik/commit/f9d1e3de Tree: http://git-wip-us.apache.org/repos/asf/karaf-eik/tree/f9d1e3de Diff: http://git-wip-us.apache.org/repos/asf/karaf-eik/diff/f9d1e3de Branch: refs/heads/master Commit: f9d1e3de4baaca825f7d85ae011cb1220236e573 Parents: 85c7dd9 Author: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Authored: Tue Jan 15 18:58:05 2013 +0000 Committer: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Committed: Tue Jan 15 18:58:05 2013 +0000 ---------------------------------------------------------------------- .../main/webapp/user-guide/installation.conf | 24 ++++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-eik/blob/f9d1e3de/manual/src/main/webapp/user-guide/installation.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/user-guide/installation.conf b/manual/src/main/webapp/user-guide/installation.conf index 10ebd31..cbe2891 100644 --- a/manual/src/main/webapp/user-guide/installation.conf +++ b/manual/src/main/webapp/user-guide/installation.conf @@ -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*
