Repository: james-project Updated Branches: refs/heads/master 324c453ee -> e37e92fca
JAMES-1830 Readme build guidelines should take 3.0.0-beta5 release into account Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/e37e92fc Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/e37e92fc Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/e37e92fc Branch: refs/heads/master Commit: e37e92fcaa535553793b6f97885a4d8d8eabe4ea Parents: 324c453 Author: Benoit Tellier <[email protected]> Authored: Mon Nov 14 09:21:27 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Nov 14 09:22:54 2016 +0700 ---------------------------------------------------------------------- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/e37e92fc/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index ad91585..abd4145 100644 --- a/README.adoc +++ b/README.adoc @@ -209,7 +209,7 @@ Useful commands The base command is different whether you choose guice flavor or spring : * guice use : `docker exec james_run java -jar /root/james-cli.jar` - * spring use : `docker exec james_run /root/james-server-app-3.0.0-beta5-SNAPSHOT/bin/james-cli.sh` + * spring use : `docker exec james_run /root/james-server-app-3.0.0-beta6-SNAPSHOT/bin/james-cli.sh` ** How to add a domain ? # Add DOMAIN to 127.0.0.1 in your host /etc/hosts @@ -244,7 +244,7 @@ To activate a script for a user, you need the following combinaison : Some james data ( those non related to mailbox, eg : mail queue, domains, users, rrt, SIEVE scripts, mail repositories ) are not yet supported by our Cassandra implementation. To keep these data when you run a new container, you can mount the following volume : - -v /root/james-server-app-3.0.0-beta5-SNAPSHOT/var:WORKDIR/destination/var + -v /root/james-server-app-3.0.0-beta6-SNAPSHOT/var:WORKDIR/destination/var Where : - WORKDIR: is the absolute path to your james-parent workdir. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
