Repository: brooklyn-docs Updated Branches: refs/heads/master e4187b668 -> 04910c575
Document JCE requirements Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/fb8011ca Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/fb8011ca Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/fb8011ca Branch: refs/heads/master Commit: fb8011cac666f3b5507a62d445a867456f3dbc42 Parents: e4187b6 Author: Svetoslav Neykov <[email protected]> Authored: Mon May 22 10:06:38 2017 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Mon May 22 10:06:38 2017 +0300 ---------------------------------------------------------------------- guide/ops/production-installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/fb8011ca/guide/ops/production-installation.md ---------------------------------------------------------------------- diff --git a/guide/ops/production-installation.md b/guide/ops/production-installation.md index e1ef8cd..2b870c4 100644 --- a/guide/ops/production-installation.md +++ b/guide/ops/production-installation.md @@ -26,7 +26,8 @@ This guide covers the basics. You may also wish to configure: Check that the server meets the [requirements](requirements.html). Then configure the server as follows: -* install Java JRE or JDK (version 7 or later) +* install Java JRE or JDK (version 8 or later) +* enable "Java Cryptography Extension" (already enabled out of the box of OpenJDK installs) * install an [SSH key]({{ site.path.guide }}/locations/index.html#ssh-keys), if not available * if the "localhost" location will be used, enable [passwordless ssh login]({{ site.path.guide }}/locations/index.html#ssh-keys) * create a `~/.brooklyn` directory on the host with `$ mkdir ~/.brooklyn`
