阿里云上SonarQube安装和配置

SonarQube安装和配置

环境:阿里云 Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-77-generic x86_64)

安装方式

共有2种:

zip包

官网https://www.sonarqube.org/downloads/上下载zip包,通过运行shell脚本的方式运行

/opt/sonarqube-9.1.0.47736/bin

drwxr-xr-x 3 root root 4096 Sep 17 07:07 windows-x86-64
drwxr-xr-x 3 root root 4096 Sep 17 07:07 macosx-universal-64
drwxr-xr-x 2 root root 4096 Sep 17 07:07 jsw-license
drwxr-xr-x 3 root root 4096 Oct 10 07:43 linux-x86-64

根据安装的系统,选择运行方式;
如linux上:

cd linux-x86-64

sh sonar.sh start

docker

通过docker的方式安装和运行

命令:docker pull sonarqube

输出:
Using default tag: latest
latest: Pulling from library/sonarqube
a0d0a0d46f8b: Pull complete 
ebb745650a9d: Pull complete 
ec5d1b82b20a: Pull complete 
Digest: sha256:8cd6eb50928245ea409d61cdc49f613d847605eb324736fad096ce494d2d42c9
Status: Downloaded newer image for sonarqube:latest
docker.io/library/sonarqube:latest

启动:

docker run -d --name sonarqube -e SONAR_ES_BOOTSTRAP_CHECKS_DISABLE=true -p 9000:9000 sonarqube:latest
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值