JAMES-2598 Update document for Cassandra-ES-Swift-RabbitMq-Ldap product
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b78f066b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b78f066b Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/b78f066b Branch: refs/heads/master Commit: b78f066b1e2178c6489e45a7575432a810bab8f7 Parents: 242a129 Author: datph <[email protected]> Authored: Fri Nov 23 18:02:38 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Nov 28 17:18:40 2018 +0700 ---------------------------------------------------------------------- .../server/install/guice-cassandra-rabbitmq-swift.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/b78f066b/src/site/markdown/server/install/guice-cassandra-rabbitmq-swift.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/server/install/guice-cassandra-rabbitmq-swift.md b/src/site/markdown/server/install/guice-cassandra-rabbitmq-swift.md index dc209ca..331ae6c 100644 --- a/src/site/markdown/server/install/guice-cassandra-rabbitmq-swift.md +++ b/src/site/markdown/server/install/guice-cassandra-rabbitmq-swift.md @@ -59,4 +59,13 @@ $ java -Dworking.directory=. -jar target/james-server-cassandra-rabbitmq-guice.j ``` ## Guice-cassandra-rabbitmq-ldap -### Note: this product is not supported yet + +You can follow the same guide to build and run guice-cassandra-rabbitmq-swift-ldap artifact, except that: + - The **jar** and **libs** needs to be retrieve from server/container/guice/cassandra-rabbitmq-ldap-guice/target after compilation + - The sample configuration can be found in [dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf](https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf) + - You need to configure James to be connecting to a running LDAP server. The configuration file is located in [dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/usersrepository.xml](https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/usersrepository.xml) + - You can then launch James via this command: + +```bash +$ java -Dworking.directory=. -jar target/james-server-cassandra-rabbitmq-ldap-guice.jar +``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
