You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2017/12/06 08:16:40 UTC

incubator-unomi git commit: - Add instructions on how to start the Unomi packages

Repository: incubator-unomi
Updated Branches:
  refs/heads/master 97b123e06 -> e0e890fc1


- Add instructions on how to start the Unomi packages

Signed-off-by: Serge Huber <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/e0e890fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/e0e890fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/e0e890fc

Branch: refs/heads/master
Commit: e0e890fc13b6deb3d2d7337d157cba5f30cbfd6d
Parents: 97b123e
Author: Serge Huber <sh...@apache.org>
Authored: Wed Dec 6 09:16:27 2017 +0100
Committer: Serge Huber <sh...@apache.org>
Committed: Wed Dec 6 09:16:27 2017 +0100

----------------------------------------------------------------------
 src/site/markdown/index.md                                  | 7 ++++---
 src/site/markdown/versions/master/building-and-deploying.md | 4 ++++
 2 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/e0e890fc/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 5e7ab5e..0965ad2 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -78,9 +78,10 @@ All communication is done using HTTP REST requests and JSON data formats.
 4. Launch ElasticSearch using : `bin/elasticsearch`
 5. Download Apache Unomi here : [http://unomi.incubator.apache.org/download.html](http://unomi.incubator.apache.org/download.html)
 6. Start it using : `./bin/karaf`
-7. Wait for startup to complete
-8. Try accessing [https://localhost:9443/cxs/cluster](https://localhost:9443/cxs/cluster) with username/password: karaf/karaf . You might get a certificate warning in your browser, just accept it despite the warning it is safe.
-9. Request your first context by simply accessing : [http://localhost:8181/context.js?sessionId=1234](http://localhost:8181/context.js?sessionId=1234)
+7. Start the Apache Unomi packages using `unomi:start` in the Apache Karaf Shell
+8. Wait for startup to complete
+9. Try accessing [https://localhost:9443/cxs/cluster](https://localhost:9443/cxs/cluster) with username/password: karaf/karaf . You might get a certificate warning in your browser, just accept it despite the warning it is safe.
+10. Request your first context by simply accessing : [http://localhost:8181/context.js?sessionId=1234](http://localhost:8181/context.js?sessionId=1234)
 
 ### News
 

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/e0e890fc/src/site/markdown/versions/master/building-and-deploying.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/versions/master/building-and-deploying.md b/src/site/markdown/versions/master/building-and-deploying.md
index f5a2fb2..a62bccd 100644
--- a/src/site/markdown/versions/master/building-and-deploying.md
+++ b/src/site/markdown/versions/master/building-and-deploying.md
@@ -92,6 +92,10 @@ or on Windows shell :
 
     bin\karaf.bat start
     
+You will then need to launch (only on the first Karaf start) the Apache Unomi packages using the following Apache Karaf 
+shell command:
+
+    unomi:start        
 
 Deploying into an existing Karaf server
 ---------------------------------------