You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/04/29 05:23:19 UTC

[james-project] 10/10: JAMES-3261 Link to sample configuration directories within the ZIPs

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 5e45ecf8fc77a531b97719e561cf60c61af62b96
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Apr 20 12:01:26 2021 +0700

    JAMES-3261 Link to sample configuration directories within the ZIPs
---
 server/container/guice/cassandra-guice/README.adoc          | 4 ++--
 server/container/guice/cassandra-rabbitmq-guice/README.adoc | 4 ++--
 server/container/guice/jpa-guice/README.adoc                | 4 ++--
 server/container/guice/jpa-smtp/README.adoc                 | 4 ++--
 server/container/guice/memory-guice/README.adoc             | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/server/container/guice/cassandra-guice/README.adoc b/server/container/guice/cassandra-guice/README.adoc
index d37dcd0..c2de85d 100644
--- a/server/container/guice/cassandra-guice/README.adoc
+++ b/server/container/guice/cassandra-guice/README.adoc
@@ -24,8 +24,8 @@ $ docker run -d -p 9200:9200 --name=elasticsearch --env 'discovery.type=single-n
 To run james, you have to create a directory containing required configuration files.
 
 James requires the configuration to be in a subfolder of working directory that is called
-**conf**. A sample directory is provided with some default values you may need to replace,
-especially compulsory third party software endpoints.
+**conf**. A [sample directory](https://github.com/apache/james-project/tree/master/server/container/guice/cassandra-guice/sample-configuration)
+is provided with some default values you may need to replace, especially compulsory third party software endpoints.
 
 You will need to update its content to match your needs.
 
diff --git a/server/container/guice/cassandra-rabbitmq-guice/README.adoc b/server/container/guice/cassandra-rabbitmq-guice/README.adoc
index e724daa..5f521ff 100644
--- a/server/container/guice/cassandra-rabbitmq-guice/README.adoc
+++ b/server/container/guice/cassandra-rabbitmq-guice/README.adoc
@@ -24,8 +24,8 @@ $ docker run -d --env 'REMOTE_MANAGEMENT_DISABLE=1' --env 'SCALITY_ACCESS_KEY_ID
 To run james, you have to create a directory containing required configuration files.
 
 James requires the configuration to be in a subfolder of working directory that is called
-**conf**. A sample directory is provided with some default values you may need to replace,
-especially compulsory third party software endpoints.
+**conf**. A [sample directory](https://github.com/apache/james-project/tree/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration)
+is provided with some default values you may need to replace, especially compulsory third party software endpoints.
 
 You will need to update its content to match your needs.
 
diff --git a/server/container/guice/jpa-guice/README.adoc b/server/container/guice/jpa-guice/README.adoc
index 26f4d15..091a607 100644
--- a/server/container/guice/jpa-guice/README.adoc
+++ b/server/container/guice/jpa-guice/README.adoc
@@ -11,8 +11,8 @@ This server target single node James deployments. By default, the derby database
 To run james, you have to create a directory containing required configuration files.
 
 James requires the configuration to be in a subfolder of working directory that is called
-**conf**. A sample directory is provided with some default values you may need to replace.
-You will need to update its content to match your needs.
+**conf**. A [sample directory](https://github.com/apache/james-project/tree/master/server/container/guice/jpa-guice/sample-configuration)
+is provided with some default values you may need to replace. You will need to update its content to match your needs.
 
 You also need to generate a keystore with the following command:
 
diff --git a/server/container/guice/jpa-smtp/README.adoc b/server/container/guice/jpa-smtp/README.adoc
index 25e0286..bd51c8b 100644
--- a/server/container/guice/jpa-smtp/README.adoc
+++ b/server/container/guice/jpa-smtp/README.adoc
@@ -13,8 +13,8 @@ This server acts as a Mail Transfer Agent and do not embed the mailbox component
 To run james, you have to create a directory containing required configuration files.
 
 James requires the configuration to be in a subfolder of working directory that is called
-**conf**. A sample directory is provided with some default values you may need to replace.
-You will need to update its content to match your needs.
+**conf**. A [sample directory](https://github.com/apache/james-project/tree/master/server/container/guice/jpa-smtp/sample-configuration)
+is provided with some default values you may need to replace. You will need to update its content to match your needs.
 
 You also need to generate a keystore with the following command:
 
diff --git a/server/container/guice/memory-guice/README.adoc b/server/container/guice/memory-guice/README.adoc
index 94fdbb4..0a75e4a 100644
--- a/server/container/guice/memory-guice/README.adoc
+++ b/server/container/guice/memory-guice/README.adoc
@@ -9,8 +9,8 @@
 To run james, you have to create a directory containing required configuration files.
 
 James requires the configuration to be in a subfolder of working directory that is called
-**conf**. A sample directory is provided with some default values you may need to replace.
-You will need to update its content to match your needs.
+**conf**. A [sample directory](https://github.com/apache/james-project/tree/master/server/container/guice/memory-guice/sample-configuration)
+is provided with some default values you may need to replace. You will need to update its content to match your needs.
 
 You also need to generate a keystore with the following command:
 

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org