You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2018/07/02 03:28:36 UTC

[incubator-echarts-website] branch asf-site updated: add readme

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new dab3660  add readme
dab3660 is described below

commit dab366012d981a47c7d4f0d2cda9d7d3d882bf76
Author: Ovilia <zw...@gmail.com>
AuthorDate: Mon Jul 2 11:28:29 2018 +0800

    add readme
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index e69de29..ee15266 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,15 @@
+# Incubator ECharts Website
+
+## Build
+
+1. Clone this project, alone with [echarts-www](https://github.com/ecomfe/echarts-www) and [echarts-doc](https://github.com/ecomfe/echarts-doc) under the same directory.
+
+2. Run `gulp apache` under `echarts-www` project to generate Website files into this repo.
+
+3. If documents are changed, run `node build.js` under `echarts-doc` and then run `gulp apache` under `echarts-www`.
+
+4. Commit and push to `asf-site` branch.
+
+5. Initiate a building job at [https://gitbox.apache.org/setup/resync.cgi](https://gitbox.apache.org/setup/resync.cgi) by searching `incubator-echarts-website`.
+
+6. Wait for several minutes and Website should be generated at [https://echarts.apache.org/](https://echarts.apache.org/).


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org