This is an automated email from the ASF dual-hosted git repository.

sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c1d7b13f0a2 docs: update gitpod's blog. (#1313)
c1d7b13f0a2 is described below

commit c1d7b13f0a2c930fe87b2782d7f56aa1c36994c4
Author: Fei Han <[email protected]>
AuthorDate: Tue Sep 6 09:49:42 2022 +0800

    docs: update gitpod's blog. (#1313)
    
    * docs: update gitpod upstream
---
 blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md | 13 ++++++++++++-
 blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md | 13 +++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md 
b/blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md
index fd06119490a..42a15fb13c4 100644
--- a/blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md
+++ b/blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md
@@ -75,7 +75,18 @@ sudo OPENRESTY_VERSION=default 
./ci/linux_openresty_1_17_runner.sh do_install
 sudo ./ci/linux_openresty_1_17_runner.sh script
 ```
 
-The whole process will be very silky smooth because there is a hidden 
advantage here: Gitpod runs in a foreign environment, so downloading various 
dependencies will be very fast and you won't encounter network problems.
+:::tip
+
+If you get the following error:
+
+````
+OPENRESTY_VERSION=default ./ci/linux_openresty_1_19_runner.sh do_install
+bash: ./ci/linux_openresty_1_19_runner.sh: No such file or directory
+````
+
+Please see the `linux_openresty_1_19_runner.sh` script corresponding to the 
latest version of APISIX in the `ci` directory.
+
+:::
 
 ### Step 2: Accessing HTTP services
 
diff --git a/blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md 
b/blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md
index fb821f06730..95b1a2f6c7c 100644
--- a/blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md
+++ b/blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md
@@ -75,6 +75,19 @@ sudo OPENRESTY_VERSION=default 
./ci/linux_openresty_1_17_runner.sh do_install
 sudo ./ci/linux_openresty_1_17_runner.sh script
 ```
 
+:::tip 提示
+
+如果出现以下错误:
+
+```
+OPENRESTY_VERSION=default ./ci/linux_openresty_1_19_runner.sh do_install
+bash: ./ci/linux_openresty_1_19_runner.sh: No such file or directory
+```
+
+请查看 `ci` 目录下 APISIX 最新版本所对应的 `linux_openresty_1_19_runner.sh` 脚本。
+
+:::
+
 整个过程会非常流畅,因为这里有一个隐藏的优势:Gitpod 运行环境是在国外的,所以下载各种依赖的速度会非常的快,不会遇到网络问题。
 
 ### 步骤二:访问 HTTP 服务

Reply via email to