huangyunguang

一次配置api自动化工具的经过
1.安装wget
1.1遇到此
echo \'export PATH="/usr/local/opt/gettext/bin:$PATH"\' >> ~/.zshrc
If you need to have gettext first in your PATH run:
echo \'export PATH="/usr/local/opt/gettext/bin:$PATH"\' >> ~/.zshrc
For compilers to find gettext you may need to set:
export LDFLAGS="-L/usr/local/opt/gettext/lib"
export CPPFLAGS="-I/usr/local/opt/gettext/include"

1.2处理方式
echo \'export PATH="/usr/local/opt/gettext/bin:$PATH"\' >> ~/.zshrc
按照当前方式执行三个export
a echo \'export PATH="/usr/local/opt/gettext/bin:$PATH"\' >> ~/.zshrc
b echo \'export LDFLAGS="-L/usr/local/opt/gettext/lib"\' >> ~/.zshrc
c echo \'export CPPFLAGS="-I/usr/local/opt/gettext/include"\' >> ~/.zshrc


2.github.com无法访问
问题:开始无法访问,后来安装了FQ,可以访问但是不稳定。只能在网页上访问,curl方式无法通过
2.1清理hosts文件中的所有包含github.com的设置
2.2终端curl的方式测试
谷歌首页 curl https://www.google.com/
facebook curl https://www.facebook.com/
2.3当还是不通的情况说明FQ不成功


3.FQ设置过程
后续在补充


4..安装docker
5.启动docker
快捷启动:command + 空格、自动弹出检索框,检索出来后回撤即可自动安装
6.docker基本操作
7.启动成功
请通过以下方式访问:
URL: http://$LOCAL_IP:8081
用户名: admin
初始密码: metersphere
您可以使用命令 \'msctl status\' 检查服务运行情况.

分类:

技术点:

相关文章:

  • 2021-08-03
  • 2021-11-17
  • 2021-12-29
  • 2021-09-19
  • 2021-08-08
  • 2021-10-09
  • 2021-12-08
猜你喜欢
  • 2021-10-08
  • 2021-12-18
  • 2021-10-30
  • 2021-11-28
  • 2021-09-19
  • 2021-12-02
  • 2021-11-27
相关资源
相似解决方案