JAMES-1789 Update James Guice configuration speech
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/64c2b06f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/64c2b06f Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/64c2b06f Branch: refs/heads/master Commit: 64c2b06f968619859f38eea1b6842112e4ef5459 Parents: 75bb019 Author: benwa <[email protected]> Authored: Sat Jun 10 10:26:54 2017 +0700 Committer: benwa <[email protected]> Committed: Wed Jun 14 15:01:40 2017 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/config-guice.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/64c2b06f/src/site/xdoc/server/config-guice.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/config-guice.xml b/src/site/xdoc/server/config-guice.xml index 20559e6..d776729 100644 --- a/src/site/xdoc/server/config-guice.xml +++ b/src/site/xdoc/server/config-guice.xml @@ -27,13 +27,15 @@ <section name="Guice configure Apache James Server"> - <p>Such configuration is only developed for Cassandra backend.</p> + <p>Such configuration only applies to Guice packaging.</p> + <p>You are encouraged to contribute by developing a new backend guice module. - Have a look to the <i>james-server-cassandra-guice</i> artifact. + Have a look to the <i>james-server-cassandra-guice</i> artifact. This can easily be done + as a third party application. </p> - <p>We provide a sample-configuration folder with needed files to run James. - You can start by copying it and modify these files according to your needs.</p> + <p>We provide a tested configuration for docker environment, for each Guice artifact, which can be a good base for your own configuration. + Have a look on <a href="https://github.com/apache/james-project/tree/master/dockerfiles/run/guice">GitHub</a>. </p> <p>You can/must configure James for the following:</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
