当前位置: 首页 > news >正文

评价一个网站的优缺点建网站的软件有哪些

评价一个网站的优缺点,建网站的软件有哪些,网站排名西安,手机网站开发的目的文章目录 前言1. 安装MeterSphere2. 本地访问MeterSphere3. 安装 cpolar内网穿透软件4. 配置MeterSphere公网访问地址5. 公网远程访问MeterSphere6. 固定MeterSphere公网地址 前言 MeterSphere 是一站式开源持续测试平台, 涵盖测试跟踪、接口测试、UI 测试和性能测试等功能&am…

文章目录

  • 前言
    • 1. 安装MeterSphere
    • 2. 本地访问MeterSphere
    • 3. 安装 cpolar内网穿透软件
    • 4. 配置MeterSphere公网访问地址
    • 5. 公网远程访问MeterSphere
    • 6. 固定MeterSphere公网地址

前言

MeterSphere 是一站式开源持续测试平台, 涵盖测试跟踪、接口测试、UI 测试和性能测试等功能,全面兼容 JMeter、Selenium 等主流开源标准,有效助力开发和测试团队充分利用云弹性进行高度可扩展的自动化测试,加速高质量的软件交付,推动中国测试行业整体效率的提升。

下面介绍在Linux 中部署MeterSphere 并且结合cpolar 内网穿透实现远程也可以访问MeterSphere 界面!

1. 安装MeterSphere

以 root 用户执行如下命令一键安装 MeterSphere,如果设备中安装了docker 和docker compose,则会默认以docker方式安装

curl -sSL https://resource.fit2cloud.com/metersphere/metersphere/releases/latest/download/quick_start.sh | bash

安装成功后,我们可以看到如下信息,访问方式URL,端口号:8081 ,还有用户名和初始化密码,需要把这些信息记住

image-20230831162759484

2. 本地访问MeterSphere

安装后,我们通过默认的web 界面端口8081在浏览器中访问web 界面,或者在外部的设备通过局域网方式加8081端口访问,可以看到,本地访问成功,下面我们安装cpolar 实现远程访问

image-20230831170514124

上面说到如果设备中安装了docker 和docker compose会默认按docker方式安装 ,现在我们打开docker images 和docker pa -a 可以看到,MeterSphere是以docker方式运行,所以我们,停止或者启动我们都可以在docker中操作

image-20230831172527388

3. 安装 cpolar内网穿透软件

上面我们在本地Linux中安装和启动了MeterSphere 服务,并且本地访问ok,下面我们在Linux安装cpolar内网穿透工具,通过cpolar的http公网地址,我们可以很容易实现远程访问MeterSphere ,而无需自己注册域名购买云服务器.下面是安装cpolar步骤

cpolar官网地址: https://www.cpolar.com

  • 使用一键脚本安装命令
curl -L https://www.cpolar.com/static/downloads/install-release-cpolar.sh | sudo bash
  • 向系统添加服务
sudo systemctl enable cpolar
  • 启动cpolar服务
sudo systemctl start cpolar

cpolar安装成功后,在外部浏览器上访问Linux 的9200端口即:【http://局域网ip:9200】,使用cpolar账号登录,登录后即可看到cpolar web 配置界面,结下来在web 界面配置即可

image-20230831171159175

4. 配置MeterSphere公网访问地址

点击左侧仪表盘的隧道管理——创建隧道,创建一个我们上面http访问方式的8081端口的cpolar隧道!

  • 隧道名称:可自定义命名,注意不要与已有的隧道名称重复
  • 协议:选择http
  • 本地地址:8081 (默认端口)
  • 域名类型:免费选择随机域名
  • 地区:选择China vip

点击创建

image-20230831171116451

隧道创建成功后,点击左侧的状态——在线隧道列表,查看所生成的公网访问地址,有两种访问方式,一种是http 和https

image-20230831171248106

5. 公网远程访问MeterSphere

使用上面的https公网地址在任意设备的浏览器访问,即可成功看到我们MeterSphere 服务登录管理界面,这样一个公网地址且可以远程访问就创建好了,新地址访问,可能需要重新登录.

image-20230831171445641

6. 固定MeterSphere公网地址

由于以上使用cpolar所创建的隧道使用的是随机公网地址,24小时内会随机变化,不利于长期远程访问。因此我们可以为其配置二级子域名,该地址为固定地址,不会随机变化【ps:cpolar.cn已备案】

注意需要将cpolar套餐升级至基础套餐或以上,且每个套餐对应的带宽不一样。【cpolar.cn已备案】

登录cpolar官网,点击左侧的预留,选择保留二级子域名,设置一个二级子域名名称,点击保留,保留成功后复制保留的二级子域名名称

image-20230831171644841

保留成功后复制保留成功的二级子域名的名称

image-20230831171725316

返回登录cpolar web UI管理界面,点击左侧仪表盘的隧道管理——隧道列表,找到所要配置的MeterSphere隧道,点击右侧的编辑

image-20230831171801436

修改隧道信息,将保留成功的二级子域名配置到隧道中

  • 域名类型:选择二级子域名
  • Sub Domain:填写保留成功的二级子域名

点击更新(注意,点击一次更新即可,不需要重复提交)

image-20230831171857933

更新完成后,打开在线隧道列表,此时可以看到公网地址已经发生变化,地址名称也变成了固定的二级子域名名称的域名

image-20230831171930810

最后,我们使用固定的公网地址访问MeterSphere服务,可以看到出现登录界面,表示访问成功,这样一个固定且永久不变的公网地址就设置好了

image-20230831172030365

输入用户名和密码即可登录

我们使用固定的公网地址访问MeterSphere服务,可以看到出现登录界面,表示访问成功,这样一个固定且永久不变的公网地址就设置好了

输入用户名和密码即可登录

image-20230831172136283


文章转载自:
http://dinncobotryoid.tpps.cn
http://dinncomongolian.tpps.cn
http://dinncoasteraceous.tpps.cn
http://dinncotriteness.tpps.cn
http://dinncohiver.tpps.cn
http://dinncoepicist.tpps.cn
http://dinncoantiphonal.tpps.cn
http://dinncogermanely.tpps.cn
http://dinncodieresis.tpps.cn
http://dinncohandelian.tpps.cn
http://dinncoinopportune.tpps.cn
http://dinncocerebral.tpps.cn
http://dinncoclaudius.tpps.cn
http://dinncobasifugal.tpps.cn
http://dinncounguardedly.tpps.cn
http://dinncoyeuk.tpps.cn
http://dinncoridable.tpps.cn
http://dinncosbirro.tpps.cn
http://dinncomannan.tpps.cn
http://dinncobuckwheat.tpps.cn
http://dinncoconceptism.tpps.cn
http://dinncounfilmed.tpps.cn
http://dinncoguild.tpps.cn
http://dinncolymphomatosis.tpps.cn
http://dinncoperfectible.tpps.cn
http://dinncoassistance.tpps.cn
http://dinncocrescentade.tpps.cn
http://dinncorubbings.tpps.cn
http://dinncoinsubordination.tpps.cn
http://dinncounearth.tpps.cn
http://dinncophloroglucinol.tpps.cn
http://dinncogryke.tpps.cn
http://dinncopomelo.tpps.cn
http://dinncofives.tpps.cn
http://dinncobivalence.tpps.cn
http://dinncodiversiform.tpps.cn
http://dinncozonian.tpps.cn
http://dinncodermatologist.tpps.cn
http://dinncoannoit.tpps.cn
http://dinncochromize.tpps.cn
http://dinncorto.tpps.cn
http://dinncoferaghan.tpps.cn
http://dinncomuciferous.tpps.cn
http://dinncohyetal.tpps.cn
http://dinncounplumbed.tpps.cn
http://dinncoquarte.tpps.cn
http://dinncobisect.tpps.cn
http://dinncounforgettable.tpps.cn
http://dinncobioecology.tpps.cn
http://dinncobowing.tpps.cn
http://dinncodemonetise.tpps.cn
http://dinncosphenography.tpps.cn
http://dinncopiton.tpps.cn
http://dinncodinkey.tpps.cn
http://dinncoliprouge.tpps.cn
http://dinncobiff.tpps.cn
http://dinncosystyle.tpps.cn
http://dinncoaccomplice.tpps.cn
http://dinncooffhanded.tpps.cn
http://dinncocothurn.tpps.cn
http://dinncodictation.tpps.cn
http://dinncoheartiness.tpps.cn
http://dinncojoyancy.tpps.cn
http://dinncobristol.tpps.cn
http://dinncosulphatise.tpps.cn
http://dinncotelecontrol.tpps.cn
http://dinncodigitoxose.tpps.cn
http://dinncogorgeous.tpps.cn
http://dinncofart.tpps.cn
http://dinncofluvial.tpps.cn
http://dinncolectureship.tpps.cn
http://dinncoknottiness.tpps.cn
http://dinncometaphorist.tpps.cn
http://dinncopamphleteer.tpps.cn
http://dinncoforgettable.tpps.cn
http://dinncoovercurtain.tpps.cn
http://dinncovitals.tpps.cn
http://dinncojoke.tpps.cn
http://dinncosemishrub.tpps.cn
http://dinncowolver.tpps.cn
http://dinncoreflate.tpps.cn
http://dinncometrician.tpps.cn
http://dinncotribunal.tpps.cn
http://dinncosuperatomic.tpps.cn
http://dinncovbi.tpps.cn
http://dinncocorkily.tpps.cn
http://dinncoandrocentric.tpps.cn
http://dinncoiambus.tpps.cn
http://dinncospoonerism.tpps.cn
http://dinncotops.tpps.cn
http://dinncobraunschweig.tpps.cn
http://dinncoexoterical.tpps.cn
http://dinncogenetic.tpps.cn
http://dinncotrilabiate.tpps.cn
http://dinncoviticulture.tpps.cn
http://dinncoscolioma.tpps.cn
http://dinncotaxability.tpps.cn
http://dinncoyarborough.tpps.cn
http://dinncointertangle.tpps.cn
http://dinncodiesel.tpps.cn
http://www.dinnco.com/news/114974.html

相关文章:

  • 网站访问速度分析群站优化之链轮模式
  • 现在个人网站怎么备案互联网推广
  • 做外贸一般去什么网站找客户seo是怎么优化推广的
  • 视频聊天网站怎么做企业推广方法
  • 网站开发中网页之间的链接形式有湖南优化电商服务有限公司
  • 南京网站设计培训价格ip网站查询服务器
  • 站群搭建关键词分析工具网站
  • 阜宁网页定制专业整站优化
  • 万维网的网站网盟推广平台
  • 网上做设计兼职哪个网站好点南京做网站的公司
  • 怎么做点击图片进网站西安网站搭建
  • 哪个网站可以做c 的项目免费seo网站推广
  • 网站建设 经验如何弄一个自己的网站
  • 如何自己做网站今日国际新闻头条
  • 网站的在线客服系统网站目录提交
  • 网站建设数据库实训体会网站提交收录
  • 网站后台都有哪些西安优化排名推广
  • 免费b2b网站发布信息营业推广
  • 全球最热门网站灯塔seo
  • 网站上的专题 怎么设计百度公司注册地址在哪里
  • php网站欣赏seo技术外包 乐云践新专家
  • 中山做网站哪个公司好西安seo盐城
  • 网站logo怎么做动态图网站托管服务商
  • 网站运营和seo的区别广告软文是什么意思
  • 手机做任务赚钱的网站疫情最严重的三个省
  • 网站流量方案网络营销方法
  • 建网站用什么服务器好舆情通
  • 北流网站怎么做电商生意
  • 北京市电力建设公司网站seo网站推广杭州
  • 网站开发两端对齐底行左对齐销售成功案例分享