• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






月亮上的花园

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

随笔分类 -  环境搭建

 
docker搭建gitlab服务器(Centos7)
摘要:系统环境:CentOS Linux release 7.6.1810 (Core) git版本:gitlab/gitlab-ce 一、安装和启动docker 见HTTPRUNNERMANAGER安装部署 二、拉取镜像文件 docker images #查看镜像文件,没拉取之前是没有任何镜像的 doc 阅读全文
posted @ 2019-02-20 18:22 Luna彬 阅读(461) 评论(0) 推荐(0)
HttpRunnerManager使用(一)
摘要:用例: 一、request requests headers 》headers设置 requests type:params 》请求参数设置,URL参数(get) requests type:data 》请求参数设置,Body参数,form-data数据格式(post) requests type: 阅读全文
posted @ 2019-02-12 11:27 Luna彬 阅读(2233) 评论(0) 推荐(0)
HttpRunnerManager安装部署
摘要:uname -a cat /etc/redhat-release 1、安装docker、mysql、rabbitmq sudo yum update curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh su 阅读全文
posted @ 2019-01-09 17:25 Luna彬 阅读(2213) 评论(0) 推荐(0)