JAMES-2507 Spring quickstart updates
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2a1ee987 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2a1ee987 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/2a1ee987 Branch: refs/heads/master Commit: 2a1ee987a6fd4d8eac006d36506fcc6d0ec92fb8 Parents: 365357c Author: benwa <[email protected]> Authored: Mon Jul 30 17:42:04 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Aug 13 10:14:56 2018 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/quick-start.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/2a1ee987/src/site/xdoc/server/quick-start.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/quick-start.xml b/src/site/xdoc/server/quick-start.xml index d691594..f7438d8 100644 --- a/src/site/xdoc/server/quick-start.xml +++ b/src/site/xdoc/server/quick-start.xml @@ -36,7 +36,7 @@ Step 0: Requirements #################### - * JRE 1.6+ + * JRE 1.8 * root (linux/unix) or Administrator (Windows) * libc6 (linux) * 512MB RAM (launches with -Xmx512M - can use less, can need more, depending on load) @@ -44,16 +44,16 @@ Step 0: Requirements Step 1: Download ################# - * Download apache-james-3.0.0-app.zip from http://james.apache.org/download.cgi#Apache_James_Server + * Download apache-james-3.1.0-app.zip from http://james.apache.org/download.cgi#Apache_James_Server Step 2: Deploy ############## - * Unzip apache-james-3.0.0-app.zip. + * Unzip apache-james-3.1.0-app.zip. * You should have a folder with sub-folders bin, conf, lib, log, var and four text files. -$ unzip apache-james-3.0.0-app.zip -$ cd apache-james-3.0.0-app +$ unzip apache-james-3.1.0-app.zip +$ cd apache-james-3.1.0-app $ ls (linux) / dir (windows) bin BUILD.txt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
