You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/03/22 07:35:13 UTC

[incubator-dubbo-website] 05/05: Polish README.

This is an automated email from the ASF dual-hosted git repository.

huxing pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git

commit 8f5c1f2f60b6a51f54d3ee88b32ef27d98727d3e
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Thu Mar 22 15:34:18 2018 +0800

    Polish README.
---
 README.md | 41 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9f98fa8..b0ad69d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,40 @@
-# The Official Site [dubbo.io](http://dubbo.io)
+# The Official Site for Apache Dubbo (incubating) [dubbo.incubator.apache.org](http://dubbo.incubator.apache.org)
+
+
+The source code of website is hosted under the asf-site branch. Make sure you are working on asf-site barnch before publishing the site.
+
+### Build the website
+
+If you are running the first time, make sure you run
+
+```sh
+cd script
+./bootstrap
+```
+
+To build the website locally
+
+```sh
+bundle exec jekyll build --config _config_build.yml
+```
+
+
+To start the server locally
+
+```sh
+cd script
+./deploy
+```
+
+And you can visit the website via http://localhost:8000
+
+
+### Publish the website
+
+Make sure you have all the changed committed.
+
+```sh
+git push origin asf-site
+```
+
+

-- 
To stop receiving notification emails like this one, please contact
huxing@apache.org.