Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
b3ff70a
add FAQ
Aug 16, 2019
7423e55
delete the date report
Aug 16, 2019
643a023
submitting missing dependencies
Aug 16, 2019
4ec99ac
Merge pull request #12 from xtt55/0.7.0
peacewong Aug 16, 2019
c96add2
update pic
peacewong Aug 17, 2019
6a35276
change version number
Aug 19, 2019
f8bc7cf
Merge pull request #5 from WeBankFinTech/master
xtt55 Aug 19, 2019
9866af1
Merge branch '0.7.0' of https://github.com/xtt55/Scriptis into 0.7.0
Aug 19, 2019
8da43a5
Merge pull request #13 from xtt55/0.7.0
wushengyeyouya Aug 19, 2019
684f737
judge whether to jump to SSO when landing overtime
Aug 21, 2019
41ddea6
Merge pull request #14 from xtt55/0.7.0
wushengyeyouya Aug 21, 2019
1619451
update readme picture
peacewong Aug 22, 2019
09ae5c4
Table text overflow changed to multi-line display
xtt55 Sep 5, 2019
312f00d
Fixed non-SQL script type could not be closed
xtt55 Sep 5, 2019
fcb7ab5
Modify the Chinese in the GIF of readme to English
peacewong Sep 6, 2019
f08e335
Modify the Chinese in the GIF of readme to English
peacewong Sep 6, 2019
c7594dd
Modify the Chinese in the readme to English
peacewong Sep 6, 2019
79eaea5
Table text overflow changed to multi-line display
xtt55 Sep 5, 2019
d4eace9
1.sqlPaser not executed when grammar check closed;
xtt55 Sep 16, 2019
97392e4
modify global mixin
xtt55 Sep 16, 2019
214651f
fix error:failed to resolve async component
xtt55 Sep 16, 2019
479200d
update the result table references
xtt55 Sep 16, 2019
f7c5fb5
update version
xtt55 Sep 16, 2019
be68407
1.automatic packaging into ZIP packages;
xtt55 Sep 16, 2019
edf07d5
fix multiple scripts executing simultaneously
xtt55 Sep 16, 2019
893db88
Merge pull request #25 from xtt55/0.7.0
wushengyeyouya Sep 17, 2019
919abb6
fix: Cannot be terminated scripts task
demonray Sep 19, 2019
07e865c
Modify the photo of the readme
peacewong Sep 23, 2019
5e84b8d
Merge pull request #1 from WeBankFinTech/master
xtt55 Sep 24, 2019
480c7a2
fixed: failed to resolve async component
xtt55 Sep 24, 2019
8b65642
change sass to scss
xtt55 Sep 29, 2019
0e89b6d
Merge pull request #30 from xtt55/0.7.0
wushengyeyouya Oct 8, 2019
2c8616f
Update README.md
wushengyeyouya Nov 20, 2019
7fa47ea
Update README.md
wushengyeyouya Nov 20, 2019
755888e
修改接口路径
zwx-master Dec 6, 2019
54be507
add .mlsql script
allwefantasy Oct 21, 2019
602d91a
add FAQ
Aug 16, 2019
a30fa13
add .mlsql script
allwefantasy Oct 21, 2019
d123ec5
update url
peacewong Mar 24, 2020
8f42ba8
Update README.md
sargentti Mar 4, 2021
e0ba839
Update README.md
sargentti Mar 4, 2021
8107186
Update README.md
sargentti Mar 4, 2021
7ba7206
Update README.md
sargentti Mar 4, 2021
d47e8e2
update https://registry.npm.taobao.org to https://registry.npmmirror.com
Feb 12, 2022
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
Prev Previous commit
Next Next commit
change version number
  • Loading branch information
青羽 authored and 青羽 committed Aug 19, 2019
commit 6a35276dd4f7f44998177fb929098f7fd35cf606
16 changes: 8 additions & 8 deletions docs/en_US/ch1/Front-end_deployment_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Scriptis is a data analysis tool based on Linkis. Before deploying Scriptis, you

1. Select the corresponding installation package to download.

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

## 2 Deploy

​ There are two deployment methods, automated and manual deployment.
​ There are two deployment methods, automated and manual deployment.

### 2.1 Automated deployment

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.
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.

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

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

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

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.
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.

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

Expand All @@ -48,11 +48,11 @@ server {
#charset koi8-r;
#access_log /var/log/nginx/host.access.log main;
location / {
root /appcom/Install/scriptis/ROOT; # directory where package decompressed
root /appcom/Install/scriptis/ROOT; # directory where package decompressed
#in the fronted
index index.html index.html;
}
location /ws {#webSocket configure spport
location /ws {#webSocket configure spport
proxy_pass http://192.168.xxx.xxx:9001;#IP port of the linkis gateway service
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down Expand Up @@ -84,11 +84,11 @@ server {

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

## 3 FAQs

(1) limitations on the size of files that being uploaded
(1) limitations on the size of files that being uploaded

```
sudo vi /etc/nginx/nginx.conf
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scriptis",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down