From 567ff432a0d79e670b82e75eb7e0238bbd2455c4 Mon Sep 17 00:00:00 2001 From: Jongmin Choi Date: Wed, 28 Sep 2016 16:40:58 +0900 Subject: [IOT-1353] Fixed README file for account server build README file fixed to resolve cloud account server build issue Change-Id: Iaa4e61480a54dd9c5b7d66d5a5c23e77e5fb8d77 Signed-off-by: Jongmin Choi Reviewed-on: https://gerrit.iotivity.org/gerrit/12401 Tested-by: jenkins-iotivity Reviewed-by: Jee Hyeok Kim --- cloud/account/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cloud') diff --git a/cloud/account/README b/cloud/account/README index 599913bdd..85353eff5 100644 --- a/cloud/account/README +++ b/cloud/account/README @@ -18,7 +18,9 @@ Build and Run - The CloudAccount-0.0.1-SNAPSHOT.jar file will be placed in the "target" folder -4) Run .jar file +4) Copy the "properties" folder to inside the "target" folder + +5) Run .jar file go to "target" folder $ java -jar CloudAccount-0.0.1-SNAPSHOT.jar arg1(AccountServer CoAP Server Port) arg2(TLS mode required) @@ -31,6 +33,6 @@ Build and Run - Before you run a Accout server, You need to set up following steps. 1) Install MongoDB 2) Install Github certificates for github.com and *.github.com. -5) Please download: file from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html: Java Cryptography Extension - 1.Extract files from zip. - 2.Place local_policy.jar and US_export_policy.jar files in/usr/lib/jvm/PATH_TO_JDK/jre/lib/security +6) Please download: file from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html: Java Cryptography Extension + 1.Extract files from zip. + 2.Place local_policy.jar and US_export_policy.jar files in/usr/lib/jvm/PATH_TO_JDK/jre/lib/security -- cgit v1.2.3