jeantil commented on a change in pull request #396:
URL: https://github.com/apache/james-project/pull/396#discussion_r615818357
##########
File path: server/container/guice/cassandra-rabbitmq-guice/README.adoc
##########
@@ -0,0 +1,46 @@
+= Guice-Distributed Server How-to
+
+== Requirements
+
+ * Java 11 SDK
+
+Third party compulsory dependencies:
+
+ * Cassandra 3.11.10
+ * ElasticSearch 7.10.2
+ * RabbitMQ-Management 3.8.1
+ * Zenko Cloudserver or AWS S3
+
+[source]
+----
+$ docker run -d -p 9042:9042 --name=cassandra cassandra:3.11.10
+$ docker run -d -p 9200:9200 --name=elasticsearch --env
'discovery.type=single-node'
docker.elastic.co/elasticsearch/elasticsearch:7.10.2
+$ docker run -d -p 5672:5672 -p 15672:15672 --name=rabbitmq
rabbitmq:3.8.1-management
+$ docker run -d --env 'REMOTE_MANAGEMENT_DISABLE=1' --env
'SCALITY_ACCESS_KEY_ID=accessKey1' --env 'SCALITY_SECRET_ACCESS_KEY=secretKey1'
--name=s3 zenko/cloudserver:8.2.6
+----
+
+== Running
+
+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,
Review comment:
A link to THE sample directory would be nice because there are sample
configurations all over the project and it's not obvious which one should be
used ( not obvious to me at least )
Note that this can be done as a follow-up
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]