diff options
author | Jongmin Choi <jminl.choi@samsung.com> | 2016-09-28 16:40:58 +0900 |
---|---|---|
committer | Jee Hyeok Kim <jihyeok13.kim@samsung.com> | 2016-09-28 09:51:49 +0000 |
commit | 567ff432a0d79e670b82e75eb7e0238bbd2455c4 (patch) | |
tree | 2cbfa8956652fc138acce26984b07c170de421d8 /cloud | |
parent | f8fb2000e01cc8a853835969326c3264a1900356 (diff) | |
download | iotivity-567ff432a0d79e670b82e75eb7e0238bbd2455c4.tar.gz iotivity-567ff432a0d79e670b82e75eb7e0238bbd2455c4.tar.bz2 iotivity-567ff432a0d79e670b82e75eb7e0238bbd2455c4.zip |
[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 <jminl.choi@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12401
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
Diffstat (limited to 'cloud')
-rw-r--r-- | cloud/account/README | 10 |
1 files changed, 6 insertions, 4 deletions
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 |