Skip to content

Commit

Permalink
Fixed the path of the generated ice.properties file in the instructio…
Browse files Browse the repository at this point in the history
…ns shown at the end of the install.sh script
  • Loading branch information
NitriKx committed Aug 2, 2017
1 parent 1204143 commit d075c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ done
sed -ri 's/=billing_s3bucketprefix\//=/; s|\/mnt\/|'"${HOME_DIR}"'\/|; s/=work_s3bucketprefix\//=/; s/^ice.account.*//; s/=billing_s3bucketname1/='${BILLBUCKET}'/; s/=work_s3bucketname/='${PROCBUCKET}'/' src/java/ice.properties

echo Ice is now ready to run as a processor. If you want to run the reader, edit:
echo ~/ice/src/java/ice.properties
echo "${INSTALL_DIR}/src/java/ice.properties"
echo and alter the appropriate flags. You can now start Ice by running the following from the Ice root directory:
echo ./grailsw -Djava.net.preferIPv4Stack=true -Dice.s3AccessKeyId=\<access key ID\> -Dice.s3SecretKey=\<access key\> run-app

0 comments on commit d075c99

Please sign in to comment.