Skip to content

Commit 869670e

Browse files
Merge pull request #13 from xtt55/0.7.0
0.5.0->0.6.0
2 parents ea732f2 + dc01e9b commit 869670e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/en_US/ch1/Front-end_deployment_documentation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Scriptis is a data analysis tool based on Linkis. Before deploying Scriptis, you
44

55
1. Select the corresponding installation package to download.
66

7-
2. Unzip the downloaded installation package in the installation directory: unzip wedatasphere-scriptis-0.5.0-dist.zip.
7+
2. Unzip the downloaded installation package in the installation directory: unzip wedatasphere-scriptis-0.6.0-dist.zip.
88

99
## 2 Deploy
1010

11-
​ There are two deployment methods, automated and manual deployment.
11+
​ There are two deployment methods, automated and manual deployment.
1212

1313
### 2.1 Automated deployment
1414

15-
Go to the frontend directory ```wedatasphere-scriptis``` and edit ```vi config.sh ``` to change the interface address of the frontend and backend port. backend port interface address is the gateway address of linkis.
15+
Go to the frontend directory ```wedatasphere-scriptis``` and edit ```vi config.sh ``` to change the interface address of the frontend and backend port. backend port interface address is the gateway address of linkis.
1616

1717
### (3) Modify and save the configuration file created above
1818

@@ -29,7 +29,7 @@ scriptis_ipaddr=$(ip addr | awk '/^[0-9]+: / {}; /inet.*global/ {print gensub(/(
2929

3030
After the modification, run the following command in the directory: ```sudo sh install.sh > install.log 2>&1```
3131

32-
Next, you can access ```http://scriptis_ipaddr:scriptis_port``` directly via Chrome, scriptis_port is the port configured in config.sh and scriptis_ipaddr is the IP of the machine that used for installation.
32+
Next, you can access ```http://scriptis_ipaddr:scriptis_port``` directly via Chrome, scriptis_port is the port configured in config.sh and scriptis_ipaddr is the IP of the machine that used for installation.
3333

3434
If encounter access failure, please check install.log and find out the errors.
3535

@@ -48,11 +48,11 @@ server {
4848
#charset koi8-r;
4949
#access_log /var/log/nginx/host.access.log main;
5050
location / {
51-
root /appcom/Install/scriptis/ROOT; # directory where package decompressed
51+
root /appcom/Install/scriptis/ROOT; # directory where package decompressed
5252
#in the fronted
5353
index index.html index.html;
5454
}
55-
location /ws {#webSocket configure spport
55+
location /ws {#webSocket configure spport
5656
proxy_pass http://192.168.xxx.xxx:9001;#IP port of the linkis gateway service
5757
proxy_http_version 1.1;
5858
proxy_set_header Upgrade $http_upgrade;
@@ -84,11 +84,11 @@ server {
8484

8585
3. Copy the frontend package to the corresponding directory: ```/appcom/Install/scriptis/ROOT; # directory where package decompressed in the frontend```
8686
4. Start service: ```sudo systemctl restart nginx```
87-
5. You can directly access ```http://nginx_ip:nginx_port``` via Chrome after execution.
87+
5. You can directly access ```http://nginx_ip:nginx_port``` via Chrome after execution.
8888

8989
## 3 FAQs
9090

91-
(1) limitations on the size of files that being uploaded
91+
(1) limitations on the size of files that being uploaded
9292

9393
```
9494
sudo vi /etc/nginx/nginx.conf

docs/zh_CN/ch1/前台部署文档.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Scriptis是基于Linkis开发的数据分析工具,部署Scriptis前需要先
33
## 1、准备工作
44

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

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

34-
2.修改配置文件:sudo vi /etc/nginx/conf.d/scriptis.conf
34+
2.修改配置文件:sudo vi /etc/nginx/conf.d/scriptis.conf
3535
添加如下内容:
3636
```
3737
server {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scriptis",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)