You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en_US/ch1/Front-end_deployment_documentation.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ Scriptis is a data analysis tool based on Linkis. Before deploying Scriptis, you
4
4
5
5
1. Select the corresponding installation package to download.
6
6
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.
8
8
9
9
## 2 Deploy
10
10
11
-
There are two deployment methods, automated and manual deployment.
11
+
There are two deployment methods, automated and manual deployment.
12
12
13
13
### 2.1 Automated deployment
14
14
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.
16
16
17
17
### (3) Modify and save the configuration file created above
After the modification, run the following command in the directory: ```sudo sh install.sh > install.log 2>&1```
31
31
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.
33
33
34
34
If encounter access failure, please check install.log and find out the errors.
35
35
@@ -48,11 +48,11 @@ server {
48
48
#charset koi8-r;
49
49
#access_log /var/log/nginx/host.access.log main;
50
50
location / {
51
-
root /appcom/Install/scriptis/ROOT; # directory where package decompressed
51
+
root /appcom/Install/scriptis/ROOT; # directory where package decompressed
52
52
#in the fronted
53
53
index index.html index.html;
54
54
}
55
-
location /ws {#webSocket configure spport
55
+
location /ws {#webSocket configure spport
56
56
proxy_pass http://192.168.xxx.xxx:9001;#IP port of the linkis gateway service
57
57
proxy_http_version 1.1;
58
58
proxy_set_header Upgrade $http_upgrade;
@@ -84,11 +84,11 @@ server {
84
84
85
85
3. Copy the frontend package to the corresponding directory: ```/appcom/Install/scriptis/ROOT; # directory where package decompressed in the frontend```
0 commit comments