Skip to content

Commit

Permalink
chore: update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsut committed Jan 4, 2022
1 parent c50727b commit 6f9821a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ title: 部署

- JDK 1.8+
- MySql5.7+
- datart安装包(datart-server-1.0.0-alpha.3-install.zip)
- datart安装包(datart-server-1.0.0-beta.x-install.zip)
- Mail Server (可选)
- [ChromeWebDriver](https://chromedriver.chromium.org/) (可选)
- Redis (可选)

方式1 :解压安装包 (官方提供的包)

```bash
unzip datart-server-1.0.0-alpha.3-install.zip
unzip datart-server-1.0.0-beta.x-install.zip
```

方式2 :自行编译
Expand All @@ -32,11 +32,11 @@ cd datart

mvn clean package -Dmaven.test.skip=true

cp ./datart-server-1.0.0-alpha.3-install.zip ${deployment_basedir}
cp ./datart-server-1.0.0-beta.x-install.zip ${deployment_basedir}

cd ${deployment_basedir}

unzip datart-server-1.0.0-alpha.3-install.zip
unzip datart-server-1.0.0-beta.x-install.zip

```

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ datart 是新一代数据可视化开放平台,支持各类企业数据可视
参见 [User Guide](http://running-elephant.gitee.io/datart-docs/docs/source.html)

### 最新版本 Latest Release
参见 [Latest Release](https://gitee.com/running-elephant/datart/releases/1.0.0-alpha.3)
参见 [Latest Release](https://gitee.com/running-elephant/datart/releases)

## Community
### 社区支持 Support
Expand Down

0 comments on commit 6f9821a

Please sign in to comment.