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



##########
File path: src/site/markdown/server/manage-cli.md
##########
@@ -15,6 +15,12 @@ And for Guice distributions:
 java -jar /root/james-cli.jar -h 127.0.0.1 -p 9999 COMMAND
 ```
 
+Guice in docker embed a script helper:

Review comment:
       embeds? (suggestions are broken?)

##########
File path: README.adoc
##########
@@ -57,30 +57,24 @@ There is many other ways one can help us: packaging, 
communication, etc ...
 
 == How to try James
 
-Requirements: docker & docker-compose installed.
+Requirements: `docker` 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.
+Here you will try James server v 3.6.0 thanks to a docker image. This James 
image has a default configuration using JPA

Review comment:
       v3.6.0 or version 3.6.0?

##########
File path: README.adoc
##########
@@ -57,30 +57,24 @@ There is many other ways one can help us: packaging, 
communication, etc ...
 
 == How to try James
 
-Requirements: docker & docker-compose installed.
+Requirements: `docker` 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.
+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.
 
-You can retrieve the docker-compose file :
+Note: this James server will respond to IMAPS port 993 and SMTPS port 465.
 
-    $ wget 
https://raw.githubusercontent.com/apache/james-project/master/server/apps/distributed-app/docker-compose.yml
+Pull and run the James image with the following single command :

Review comment:
       s/command :/command:/

##########
File path: README.adoc
##########
@@ -57,30 +57,24 @@ There is many other ways one can help us: packaging, 
communication, etc ...
 
 == How to try James
 
-Requirements: docker & docker-compose installed.
+Requirements: `docker` 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.
+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.
 
-You can retrieve the docker-compose file :
+Note: this James server will respond to IMAPS port 993 and SMTPS port 465.
 
-    $ wget 
https://raw.githubusercontent.com/apache/james-project/master/server/apps/distributed-app/docker-compose.yml
+Pull and run the James image with the following single command :
 
-Then, you just have to start the services:
+    $ docker run -p "465:465" -p "993:993" apache/james:demo-3.6.0
 
-    $ docker-compose up
+Then, connect this image with for instance, Thunderbird.
+link:https://james.apache.org/howTo/imap-server.html[This tutorial] covers 
more in depth user and domain creation, as well as thunderbird setup.

Review comment:
       s/thunderbird/Thunderbird/




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