Update EIK user guide installation section git-svn-id: https://svn.apache.org/repos/asf/karaf/eik/trunk@1434027 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/312991cc Tree: http://git-wip-us.apache.org/repos/asf/karaf-eik/tree/312991cc Diff: http://git-wip-us.apache.org/repos/asf/karaf-eik/diff/312991cc Branch: refs/heads/master Commit: 312991cc32dac8630cf1e680f5810e78fbaf9fc7 Parents: f9d1e3d Author: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Authored: Wed Jan 16 16:40:10 2013 +0000 Committer: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Committed: Wed Jan 16 16:40:10 2013 +0000 ---------------------------------------------------------------------- manual/src/main/webapp/user-guide/installation.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-eik/blob/312991cc/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 cbe2891..620e252 100644 --- a/manual/src/main/webapp/user-guide/installation.conf +++ b/manual/src/main/webapp/user-guide/installation.conf @@ -2,10 +2,10 @@ h1. EIK Installation EIK can be installed in two ways. -* from update site -* Installing a Plug-in Manually +* Installing from EIK repository (available online) +* Installing from EIK sources (by building the repository locally) -h3. Installing from a remote repository +h3. Installing from EIK repository Download the EIK repository zip archive from Central. For instance, download: @@ -18,7 +18,7 @@ In Eclipse, pick up this folder in the following menu: *Select Help > Install new software > Add.. > Local...* -h3. Installing from a local repository +h3. Installing from EIK sources From EIK sources, you start by building the repository:
