JAMES-2507 Update installation instructions
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2bc95764 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2bc95764 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/2bc95764 Branch: refs/heads/master Commit: 2bc95764e0d927a88192e145192e3a0f1fc255f6 Parents: cb8afc3 Author: benwa <[email protected]> Authored: Mon Jul 30 18:00:03 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Aug 13 10:14:56 2018 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/install.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/2bc95764/src/site/xdoc/server/install.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/install.xml b/src/site/xdoc/server/install.xml index edf8670..567a4d5 100644 --- a/src/site/xdoc/server/install.xml +++ b/src/site/xdoc/server/install.xml @@ -29,13 +29,11 @@ <subsection name="Java Virtual Machine"> - <p>James 3.0 requires a Java Runtime Environment. Java version 1.6 or higher is required to run the + <p>James 3.1 requires a Java Runtime Environment. Java version 1.8 is required to run the James application. The exact JREs available depends on the platform. In addition, the environment variable JAVA_HOME should be set to the JRE home directory before running James.</p> - - <p>After James 3.0 release, James requires Java version 1.8 or higher.</p> - <p>James 3.0 has been successfully tested on OpenJDK, Sun JDK and IBM JDK</p> + <p>James 3.1 has been successfully tested on OpenJDK</p> </subsection> @@ -74,8 +72,8 @@ </section> <section name="Build instructions"> - <p>Checkout code from the chosen version on <a href="https://github.com/apache/james-project/tree/9502cfebfd9a4eaebbba7dda802d1fe0ad3589b7"> - GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/9502cfebfd9a4eaebbba7dda802d1fe0ad3589b7/README.adoc">README instructions</a> about compilation.</p> + <p>Checkout code from the chosen version on <a href="https://github.com/apache/james-project/tree/james-project-3.1.0"> + GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.1.0/README.adoc">README instructions</a> about compilation.</p> <ul>Using these instructions, you can build the following images: <li>Guice + JPA + Lucene</li> @@ -91,7 +89,7 @@ <a href="install/jpa-guice.html">JPA-Guice</a> and <a href="install/jpa-smtp-guice.html">JPA-SMTP-Guice</a>. </p> - <p>A <a href="https://github.com/apache/james-project/blob/9502cfebfd9a4eaebbba7dda802d1fe0ad3589b7/dockerfiles/run/docker-compose.yml"> + <p>A <a href="https://github.com/apache/james-project/blob/james-project-3.1.0/dockerfiles/run/docker-compose.yml"> docker-compose</a> is available for Guice + Cassandra + ElasticSearch</p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
