Repository: incubator-unomi
Updated Branches:
  refs/heads/feature-UNOMI-5-KARAF4 89ce8d9fa -> dd2e5bce8 (forced update)


UNOMI-85 Update build scripts to remove tests that don't work yet
- Correct 5 minute quickstart to reflect state of released build (1.1.0)

Signed-off-by: Serge Huber <shu...@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/d7cce6a2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/d7cce6a2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/d7cce6a2

Branch: refs/heads/feature-UNOMI-5-KARAF4
Commit: d7cce6a24c1cd6773a26120b7a3665eb486652e1
Parents: 274dd81
Author: Serge Huber <shu...@apache.org>
Authored: Wed Feb 22 22:49:22 2017 +0100
Committer: Serge Huber <shu...@apache.org>
Committed: Wed Feb 22 22:49:22 2017 +0100

----------------------------------------------------------------------
 generate-package.sh         |  2 +-
 generate-site-and-upload.sh |  2 +-
 generate-site.sh            |  2 +-
 src/site/markdown/index.md  | 15 +++++----------
 4 files changed, 8 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/d7cce6a2/generate-package.sh
----------------------------------------------------------------------
diff --git a/generate-package.sh b/generate-package.sh
index 30696e1..7e452e1 100755
--- a/generate-package.sh
+++ b/generate-package.sh
@@ -18,5 +18,5 @@
 #
 
################################################################################
 echo Building...
-mvn clean install -P integration-tests,performance-tests,rat
+mvn clean install -P !integration-tests,!performance-tests,rat
 echo Package building completed.

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/d7cce6a2/generate-site-and-upload.sh
----------------------------------------------------------------------
diff --git a/generate-site-and-upload.sh b/generate-site-and-upload.sh
index 6c364bf..ac0e591 100755
--- a/generate-site-and-upload.sh
+++ b/generate-site-and-upload.sh
@@ -23,7 +23,7 @@ if [ $# -ne 2 ]
     exit 1
 fi
 echo Generating site...
-mvn clean install site site:stage -P integration-tests,performance-tests
+mvn clean install site site:stage -P !integration-tests,!performance-tests
 cd rest
 mvn package
 cd -

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/d7cce6a2/generate-site.sh
----------------------------------------------------------------------
diff --git a/generate-site.sh b/generate-site.sh
index b5867bb..fe3ebd2 100755
--- a/generate-site.sh
+++ b/generate-site.sh
@@ -18,7 +18,7 @@
 #
 
################################################################################
 echo Generating site...
-mvn site site:stage -P integration-tests,performance-tests
+mvn site site:stage -P !integration-tests,!performance-tests
 cd rest
 mvn package
 cd -

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/d7cce6a2/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 6c99d2c..2be4fe2 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -73,16 +73,11 @@ All communication is done using HTTP REST requests and JSON 
data formats.
 
 ## 5 Minute Quick start
 1. Install JDK 8 (see 
[http://www.oracle.com/technetwork/java/javase/downloads/index.html](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
 and make sure you set the JAVA_HOME variable 
[https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/](https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/)
-2. Download ElasticSearch 5.1.2, for example using: 
-
-        curl -O 
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.2.tar.gz
-
-3. Edit the cluster.name in the `conf/elasticSearch.yml` file to 
`contextElasticSearch`
-4. Download Apache Unomi here : 
[http://unomi.incubator.apache.org/download.html](http://unomi.incubator.apache.org/download.html)
-5. Start it using : `./bin/karaf`
-6. Wait for startup to complete
-7. 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.
-8. Request your first context by simply accessing : 
[http://localhost:8181/context.js?session=1234](http://localhost:8181/context.js?session=1234)
+2. Download Apache Unomi here : 
[http://unomi.incubator.apache.org/download.html](http://unomi.incubator.apache.org/download.html)
+3. Start it using : `./bin/karaf`
+4. Wait for startup to complete
+5. 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.
+6. Request your first context by simply accessing : 
[http://localhost:8181/context.js?session=1234](http://localhost:8181/context.js?session=1234)
 
 ### News
 

Reply via email to