-
Updated
Oct 19, 2020 - Go
blueking
Here are 6 public repositories matching this topic...
部署文档中的一些疑惑
-
Updated
Oct 19, 2020 - Python
API文档查询页面空数据展示处理
1、当没有API文档时的空数据提示
2、当没有搜索到API文档时的空数据提示
-
Updated
Oct 19, 2020 - Go
Improve this page
Add a description, image, and links to the blueking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blueking topic, visit your repo's landing page and select "manage topics."


大佬们:关于部署文档中的一些疑惑,麻烦指点下:
疑惑一:
拷贝渲染后的模板文件到nginx代码目录
cp -rf {{code}}/ci/gateway/core/* {{code}}/src/gateway/core/
第一个{{code}}指的是部署目录的路径?第二个{{code}}指的是源码的路径吗?
疑惑二:
将nginx配置文件复制到项目目录下
cp -rf {{code}}/src/gateway/core/* INSTALL_PATH/gateway
INSTALL_PATH/具体指的是什么路径
疑惑三:
./sbin/nginx # 启动nginx,启动nginx成功后
在浏览器中打开显示的是:Welcome to OpenResty!这个页面,麻烦在文档上加一下,或者告知下,配置完这个网关部署成功后,最终显示的是哪