This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch RATIS-5 in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit 3913b9ea176790fcad3bd083d1ff9edcb16e72ef Author: Márton Elek <[email protected]> AuthorDate: Fri Dec 1 13:03:10 2017 +0100 RATIS-5. udpated readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4719a17..308d009 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,22 @@ limitations under the License. See accompanying LICENSE file. --> +# Apache Ratis web page +This is the source code of the website of Apache Ratis. +To render it you need hugo static site generator (https://gohugo.io/getting-started/installing) which is available for the most popular platforms as a single binary. -## Check the site +To render the final website use the following command: +``` +hugo -d /destination/dir +``` -## Development +To develop the site use ``` hugo serve ``` + +which starts an internal server where you can always check the final rendered version.
