This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1281926 update readme
1281926 is described below
commit 1281926835aa041dae8b83c7ce945358633dcd78
Author: qiaojialin <[email protected]>
AuthorDate: Tue Oct 6 18:41:00 2020 +0800
update readme
---
README.md | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 8166e3c..562fb1f 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,10 @@
The source code has been moved to:
-https://github.com/apache/incubator-iotdb/tree/master/site
-
+https://github.com/apache/iotdb/tree/master/site
This master branch is deprecated and will be removed in the future
-
The asf-site branch is the compiled static HTMLs.
# IoTDB website
@@ -25,6 +23,17 @@ Please make sure node and npm are latest version.
## Build Setup
+in the apache/iotdb repository
+
+Option 1
+
+```
+cd site
+mvn package -DskipTests
+```
+
+Option 2
+
``` bash
# install dependencies
npm install
@@ -38,7 +47,7 @@ npm run build
## Deploy Manually
-Copy all files in dist/ folder to asf-site branch.
+Copy all files in site/target/vue-source/src/.vuepress/dist to asf-site branch
## Directory Structure