continuous-integrations
Here are 3 public repositories matching this topic...
-
Updated
Feb 17, 2017 - C#
-
Updated
Aug 15, 2020 - Python
Improve this page
Add a description, image, and links to the continuous-integrations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the continuous-integrations 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!这个页面,麻烦在文档上加一下,或者告知下,配置完这个网关部署成功后,最终显示的是哪