chibenwa commented on a change in pull request #654:
URL: https://github.com/apache/james-project/pull/654#discussion_r710669294



##########
File path: README.adoc
##########
@@ -36,173 +47,81 @@ 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20JAMES%20AND%20resolut
 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20JAMES%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20feature%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[~feature]
 labels on JIRA.
 
 There is many other ways one can help us: packaging, communication, etc ...
-
-= How to...
-
- * link:#how-to-try-james[How to try James]
- * link:#how-to-check-the-compilation[How to check the compilation]
- * link:#how-to-run-james-in-docker[How to run James in Docker]
- ** 
link:#run-james-with-guice-%2Dcassandra-%2Drabbitmq-%2Ds3-%2Delasticsearch[Run 
James with Guice + Cassandra + RabbitMQ + S3 + ElasticSearch]
- ** link:#run-james-with-guice-%2Dcassandra-%2Delasticsearch[Run James with 
Guice + Cassandra + ElasticSearch]
- ** link:#run-james-with-guice-%2Djpa-%2Dlucene[Run James with Guice + JPA + 
Lucene]
- ** link:#run-james-with-spring-%2Djpa[Run James with Spring + JPA]
- * link:#other-useful-commands[Other Useful commands]
- ** link:#how-to-add-a-domain-[How to add a domain?]
- ** link:#how-to-add-a-user-[How to add a user?]
- ** link:#how-to-manage-sieve-scripts-[How to manage SIEVE scripts?]
- ** link:#how-to-retrieve-users-and-password-from-my-previous-container[How to 
retrieve users and password from my previous container?]
- * link:#develop-on-james[Develop on James]
- ** link:#how-to-run-deployment-tests[How to run deployment Tests]
- ** link:#how-to-check-the-merge-of-a-commit[How to check the merge of a 
commit]
- * link:#know-more-about-james-design[Know more about James design]
- * link:#articles-for-james-community[Articles for James community]
- ** link:#how-to-build-and-publish-the-website[How to build and publish the 
website]
- ** link:#how-to-release-via-maven-release-plugin[How to release via maven 
release plugin]
+====
 
 == How to try James
 
-Requirements: docker & docker-compose installed.
-
-When you try James this way, you will use the most current state of James.
-It will be configured to run with Cassandra & ElasticSearch.
-All those three components will be started with a single command.
-
-You can retrieve the docker-compose file :
+.Read more...
+[%collapsible]
+====
+Requirements: `docker` installed.
 
-    $ wget 
https://raw.githubusercontent.com/apache/james-project/master/server/apps/distributed-app/docker-compose.yml
+Here you will try James server v 3.6.0 thanks to a docker image. This James 
image has a default configuration using JPA
+(hsqldb) and Lucene. It also includes a default domain named james.local and 
three default users: [email protected],
[email protected], [email protected], with their default password being 1234.
 
-Then, you just have to start the services:
+Note: this James server will respond to IMAPS port 993 and SMTPS port 465.
 
-    $ docker-compose up
+Pull and run the James image with the following single command :

Review comment:
       ```suggestion
   Pull and run the James image with the following single command:
   ```




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to