Repository: james-project
Updated Branches:
  refs/heads/master c2ad6f777 -> 2d2b3988e


JAMES-2379 Add information on testing James homepage in README


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2d2b3988
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2d2b3988
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/2d2b3988

Branch: refs/heads/master
Commit: 2d2b3988ea08fb10481182b1628b79668bb365b3
Parents: f477504
Author: Antoine Duprat <adup...@linagora.com>
Authored: Thu Apr 19 14:28:20 2018 +0200
Committer: benwa <btell...@linagora.com>
Committed: Fri Apr 20 09:15:02 2018 +0700

----------------------------------------------------------------------
 README.adoc | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/2d2b3988/README.adoc
----------------------------------------------------------------------
diff --git a/README.adoc b/README.adoc
index 0d0b4e4..1cc5450 100644
--- a/README.adoc
+++ b/README.adoc
@@ -105,6 +105,12 @@ You need to build the homepage by:
     $ docker build -t james/homepage dockerfiles/site/homepage
     $ docker run -v $PWD:/origin -v $PWD/site:/destination james/homepage 
master
 
+In order to test the homepage, you can use this command:
+
+    $ docker run --rm -v $PWD/site:/srv/jekyll  -p 4000:4000 -it 
jekyll/minimal:3.5 jekyll serve
+
+the site will be available at http://localhost:4000/
+
 Then you build the other pages by:
 
     $ docker build -t james/site dockerfiles/site/website


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to