You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/08/21 03:22:09 UTC

[GitHub] [apisix-dashboard] zhou-mfk opened a new issue #386: 使用docker部署dashboard时 gen-config-yaml.sh中生成配置文件命令异常

zhou-mfk opened a new issue #386:
URL: https://github.com/apache/apisix-dashboard/issues/386


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirements
   - [ ] Feature or performance improvement
   - [ ] Other
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of Apache APISIX Dashboard, OS and Broswer?
   最新版本  gen-config-yaml.sh 中  wget https://raw.githubusercontent.com/apache/apisix/master/conf/config-default.yaml -o config.yaml  这个命令不对, 需要修改为wget https://raw.githubusercontent.com/apache/apisix/master/conf/config-default.yaml -O config.yaml
   
   - What happened?
   If possible, provide a way to reproduce the error.
   
   ___
   ### Requirement or improvement
   - Please describe your requirements or improvement suggestions.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan closed issue #386: 使用docker部署dashboard时 gen-config-yaml.sh中生成配置文件命令异常

Posted by GitBox <gi...@apache.org>.
juzhiyuan closed issue #386:
URL: https://github.com/apache/apisix-dashboard/issues/386


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] gxthrj commented on issue #386: 使用docker部署dashboard时 gen-config-yaml.sh中生成配置文件命令异常

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #386:
URL: https://github.com/apache/apisix-dashboard/issues/386#issuecomment-678107715


   `-o` is worked in both linux and macos
   but `-O` will be fail in macos


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] gxthrj removed a comment on issue #386: 使用docker部署dashboard时 gen-config-yaml.sh中生成配置文件命令异常

Posted by GitBox <gi...@apache.org>.
gxthrj removed a comment on issue #386:
URL: https://github.com/apache/apisix-dashboard/issues/386#issuecomment-678107715






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] gxthrj commented on issue #386: 使用docker部署dashboard时 gen-config-yaml.sh中生成配置文件命令异常

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #386:
URL: https://github.com/apache/apisix-dashboard/issues/386#issuecomment-678110958


   yes, it is a bug,`-o ` is log file, the --output file should be `-O`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] gxthrj commented on issue #386: 使用docker部署dashboard时 gen-config-yaml.sh中生成配置文件命令异常

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #386:
URL: https://github.com/apache/apisix-dashboard/issues/386#issuecomment-678106103


   @zhou-mfk https://github.com/apache/apisix-dashboard/blob/4d4f8159a9c1e29cf4f2ac5f7ea40c99381aad9f/compose/gen-config-yaml.sh#L24
   `wget xxx -o xxx ` the `-o` is lowercase


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org