This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new e4671e6a18 [BUG] fix wrong ip command in deploy-console.md and
web-install.md (#607)
e4671e6a18 is described below
commit e4671e6a180a8d2efeb63a94ba9321035780fbb9
Author: GuoPhilipse <[email protected]>
AuthorDate: Tue Nov 29 21:23:17 2022 +0800
[BUG] fix wrong ip command in deploy-console.md and web-install.md (#607)
* fix the typos[mutiple -> multiple] in introduction.md
---
docs/deployment/deploy-console.md | 4 ++--
.../version-1.0.2/deployment/web-install.md | 4 ++--
.../version-1.0.3/deployment/web-install.md | 4 ++--
.../version-1.1.0/deployment/web-install.md | 4 ++--
versioned_docs/version-1.0.2/deployment/web-install.md | 4 ++--
versioned_docs/version-1.0.3/deployment/web-install.md | 4 ++--
versioned_docs/version-1.1.0/deployment/web-install.md | 4 ++--
versioned_docs/version-1.1.1/deployment/web-install.md | 4 ++--
versioned_docs/version-1.1.2/deployment/web-install.md | 4 ++--
versioned_docs/version-1.1.3/deployment/web-install.md | 4 ++--
versioned_docs/version-1.2.0/deployment/web-install.md | 4 ++--
versioned_docs/version-1.3.0/deployment/deploy-console.md | 4 ++--
12 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/docs/deployment/deploy-console.md
b/docs/deployment/deploy-console.md
index ff7a00c30a..2d75f77f47 100644
--- a/docs/deployment/deploy-console.md
+++ b/docs/deployment/deploy-console.md
@@ -37,8 +37,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk'/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1" , "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
#### 2.1.2 execute deployment script
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/deployment/web-install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/deployment/web-install.md
index 5b9bb0a911..bc2b019dbb 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/deployment/web-install.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/deployment/web-install.md
@@ -29,8 +29,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk '/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1", "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
修改完后在该目录下执行,需要使用sudo执行:```sudo sh install.sh ```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/web-install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/web-install.md
index bd07ba1ca1..adffafe426 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/web-install.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/web-install.md
@@ -30,8 +30,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk '/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1", "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
修改完后在该目录下执行,需要使用sudo执行:```sudo sh install.sh ```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/deployment/web-install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/deployment/web-install.md
index bd07ba1ca1..adffafe426 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/deployment/web-install.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/deployment/web-install.md
@@ -30,8 +30,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk '/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1", "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
修改完后在该目录下执行,需要使用sudo执行:```sudo sh install.sh ```
diff --git a/versioned_docs/version-1.0.2/deployment/web-install.md
b/versioned_docs/version-1.0.2/deployment/web-install.md
index b31ddfeaef..cb3e6db5de 100644
--- a/versioned_docs/version-1.0.2/deployment/web-install.md
+++ b/versioned_docs/version-1.0.2/deployment/web-install.md
@@ -29,8 +29,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk'/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1" , "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
After the modification is executed in this directory, you need to use sudo to
execute: ```sudo sh install.sh ```
diff --git a/versioned_docs/version-1.0.3/deployment/web-install.md
b/versioned_docs/version-1.0.3/deployment/web-install.md
index 6e91d7ef11..0e3d4cf248 100644
--- a/versioned_docs/version-1.0.3/deployment/web-install.md
+++ b/versioned_docs/version-1.0.3/deployment/web-install.md
@@ -30,8 +30,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk'/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1" , "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
After the modification is executed in this directory, you need to use sudo to
execute: ```sudo sh install.sh ```
diff --git a/versioned_docs/version-1.1.0/deployment/web-install.md
b/versioned_docs/version-1.1.0/deployment/web-install.md
index 6e91d7ef11..0e3d4cf248 100644
--- a/versioned_docs/version-1.1.0/deployment/web-install.md
+++ b/versioned_docs/version-1.1.0/deployment/web-install.md
@@ -30,8 +30,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk'/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1" , "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
After the modification is executed in this directory, you need to use sudo to
execute: ```sudo sh install.sh ```
diff --git a/versioned_docs/version-1.1.1/deployment/web-install.md
b/versioned_docs/version-1.1.1/deployment/web-install.md
index 6e91d7ef11..0e3d4cf248 100644
--- a/versioned_docs/version-1.1.1/deployment/web-install.md
+++ b/versioned_docs/version-1.1.1/deployment/web-install.md
@@ -30,8 +30,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk'/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1" , "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
After the modification is executed in this directory, you need to use sudo to
execute: ```sudo sh install.sh ```
diff --git a/versioned_docs/version-1.1.2/deployment/web-install.md
b/versioned_docs/version-1.1.2/deployment/web-install.md
index 6e91d7ef11..0e3d4cf248 100644
--- a/versioned_docs/version-1.1.2/deployment/web-install.md
+++ b/versioned_docs/version-1.1.2/deployment/web-install.md
@@ -30,8 +30,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk'/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1" , "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
After the modification is executed in this directory, you need to use sudo to
execute: ```sudo sh install.sh ```
diff --git a/versioned_docs/version-1.1.3/deployment/web-install.md
b/versioned_docs/version-1.1.3/deployment/web-install.md
index f2b452fac0..860de4f1ce 100644
--- a/versioned_docs/version-1.1.3/deployment/web-install.md
+++ b/versioned_docs/version-1.1.3/deployment/web-install.md
@@ -37,8 +37,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk'/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1" , "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
#### 2.1.2 execute deployment script
diff --git a/versioned_docs/version-1.2.0/deployment/web-install.md
b/versioned_docs/version-1.2.0/deployment/web-install.md
index f2b452fac0..860de4f1ce 100644
--- a/versioned_docs/version-1.2.0/deployment/web-install.md
+++ b/versioned_docs/version-1.2.0/deployment/web-install.md
@@ -37,8 +37,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk'/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1" , "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
#### 2.1.2 execute deployment script
diff --git a/versioned_docs/version-1.3.0/deployment/deploy-console.md
b/versioned_docs/version-1.3.0/deployment/deploy-console.md
index ff7a00c30a..2d75f77f47 100644
--- a/versioned_docs/version-1.3.0/deployment/deploy-console.md
+++ b/versioned_docs/version-1.3.0/deployment/deploy-console.md
@@ -37,8 +37,8 @@ linkis_port="8088"
#URL of the backend linkis gateway
linkis_url="http://localhost:9001"
-#linkis ip address
-linkis_ipaddr=$(ip addr | awk'/^[0-9]+: / {}; /inet.*global/ {print
gensub(/(.*)\/(.*)/, "\\1" , "g", $2)}')
+#linkis ip address, replace `127.0.0.1` to real ip address if neccssary
+linkis_ipaddr=127.0.0.1
```
#### 2.1.2 execute deployment script
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]