0.5.0->0.6.0 by xtt55 · Pull Request #13 · WeBankFinTech/Scriptis · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/en_US/ch1/Front-end_deployment_documentation.md
4 changes: 2 additions & 2 deletions docs/zh_CN/ch1/前台部署文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Scriptis是基于Linkis开发的数据分析工具,部署Scriptis前需要先
## 1、准备工作

1. 点击release 选择对应的安装包进行下载
2. 将下载下来的安装包在安装目录进行解压:unzip wedatasphere-scriptis-0.5.0-dist.zip
2. 将下载下来的安装包在安装目录进行解压:unzip wedatasphere-scriptis-0.6.0-dist.zip

## 2、部署
    分为两种部署方式,自动化部署和手动部署
Expand Down Expand Up @@ -31,7 +31,7 @@ scriptis_ipaddr=$(ip addr | awk '/^[0-9]+: / {}; /inet.*global/ {print gensub(/(
### 2.2 手动部署
1.安装Nginx:```sudo yum install nginx -y```

2.修改配置文件:sudo vi /etc/nginx/conf.d/scriptis.conf
2.修改配置文件:sudo vi /etc/nginx/conf.d/scriptis.conf
添加如下内容:
```
server {
Expand Down
2 changes: 1 addition & 1 deletion package.json