Sonarqube中文插件-Linux[20180105]
[root@t-xi-sonar01 ~]# lsanaconda-ks.cfg mysql-community-libs-5.7.20-1.el6.x86_64.rpminstall.log mysql-community-libs-compat-5.7.20-1.el6.x86_64.rpminstall.log.syslog mysql-community-server-5.7.20-1.el6.x86_64.rpmjre-8u151-linux-x64.rpm mysql-community-test-5.7.20-1.el6.x86_64.rpmmysql-5.7.20-1.el6.x86_64.rpm-bundle.tar sonar-l10n-zh-plugin-1.16.jarmysql-community-client-5.7.20-1.el6.x86_64.rpm sonar-l10n-zh-sonar-l10n-zh-plugin-1.16.tar.gzmysql-community-common-5.7.20-1.el6.x86_64.rpm sonar-l10n-zh-sonar-l10n-zh-plugin-1.16.zipmysql-community-devel-5.7.20-1.el6.x86_64.rpm sonarqube-6.7.1mysql-community-embedded-5.7.20-1.el6.x86_64.rpm sonarqube-6.7.1.zipmysql-community-embedded-devel-5.7.20-1.el6.x86_64.rpm[root@t-xi-sonar01 ~]# mv sonar-l10* /etc/sonarqube/[root@t-xi-sonar01 ~]# chown -R sonar.sonar /etc/sonarqube/
[root@t-xi-sonar01 sonarqube]# su - sonar[sonar@t-xi-sonar01 ~]$ cd /etc/sonarqube/[sonar@t-xi-sonar01 sonarqube]$ lsbin data lib sonar-l10n-zh-sonar-l10n-zh-plugin-1.16.tar.gz webconf elasticsearch logs sonar-l10n-zh-sonar-l10n-zh-plugin-1.16.zipCOPYING extensions sonar-l10n-zh-plugin-1.16.jar temp[sonar@t-xi-sonar01 sonarqube]$ mv sonar-l10n-zh-plugin-1.16.jar extensions/plugins/
[sonar@t-xi-sonar01 sonarqube]$ bin/linux-x86-64/sonar.sh stopStopping SonarQube...Waiting for SonarQube to exit...Stopped SonarQube.[sonar@t-xi-sonar01 sonarqube]$ bin/linux-x86-64/sonar.sh startStarting SonarQube...Started SonarQube.[sonar@t-xi-sonar01 sonarqube]$ tail -f logs/es.log
.png)
Sonarqube中文插件-Linux[20180105]的更多相关文章
- Linux常用命令英文全称与中文解释Linux系统
Linux常用命令英文全称与中文解释Linux系统(转) Linux常用命令英文全称与中文解释Linux系统 man: Manual 意思是手册,可以用这个命令查询其他命令的用法. pwd:Pri ...
- 01_Linux系统系统语言查询,设置Xshell工具,中文显示,测试Xshell中文字符显示,Linux中文显示乱码设置
Xshell是一个强大的安全终端模拟软件,它支持SSH1,SSH2,以及Microsoft Windows平台的TELNETNetSarang Xshell 4 Build 0 ...
- VS Code设置中文插件
Vscode是一款开源的跨平台编辑器.默认情况下,vscode使用的语言为英文(en) 1)打开vscode工具: 2)使用快捷键组合[Ctrl+Shift+p],在搜索框中输入“configure ...
- Emacs 中使用中文插件 eim
在 Emacs 中输入中文,一般用 ibus 一类的输入法也能应付,但来回切换有点麻烦,这里介绍国人写的一个好插件 eim. - 安装 由于在 list-packages 中没有找到这个插件,所以不能 ...
- SonarQube 中文教程 (1)- 简介
SonarQube是什么 SonarQube 是一个用于代码质量管理的开源平台,用于管理源代码的质量. 通过插件形式,可以支持包括 java, C#, C/C++, PL/SQL, Cobol, Ja ...
- 解决Visual Code安装中文插件失败问题
早已听闻Visual Code的大名,今日一用,果然不同凡响. 只不过,我的常用开发环境是不联网的,需要离线安装Visual Code和扩展插件. 以前要安装插件只能从VsCode里装,想离线安装比较 ...
- Eclipse 安装中文插件
从官网下载下来的Eclipse都是英文版,下载后解压,运行Eclipse. 地址:http://www.eclipse.org/babel/downloads.php .启动Eclipse,在菜单,“ ...
- 阿里云云监控agent插件 - Linux版
阿里云云监控agent插件使用指南 1.安装(注意,要以“root”权限运行,复制 sudo后面的就行,别把#也复制进去) #64位 # sudo bash -c "wget -e 'htt ...
- linux安装qwt插件linux
Optional: Get, Compile, Install QWT 5.0.0 (or newer): * NOTE: You should not need to set the environ ...
随机推荐
- Java transient和volatile关键字
关键字Volatile Volatile修饰的成员变量在每次被线程访问时,都强迫从主内存中重读该成员变量的值.而且,当成员变量发生变化时,强迫线程将变化值回写到主内存.这样在任何时刻,两个不同的线程总 ...
- topshelf windows服务
一 开发: 1.新建控制台程序 2.nuget下载topshelf,根据不同的net版本选择下载版本,本人4.5下载3.3.1 3.main方法中增加 HostFactory.Run(x => ...
- vim 安装vundle 之curl
百度出来的博客文章,配置curl.cmd 的内容win7 x64 好像有误 贴下正确的 @rem Do not use "echo off" to not affect any c ...
- 类的方法练习——定义MySQL类
要求: 1.对象有id.host.port三个属性 2.定义工具create_id,在实例化时为每个对象随机生成id,保证id唯一 3.提供两种实例化方式,方式一:用户传入host和port 方式二: ...
- 重复启动某一款应用,并传递intent参数
Intent intent = getPackageManager().getLaunchIntentForPackage(packageName); intent.setFlags(Intent.F ...
- Android DiskLruCache完全解析,硬盘缓存的最佳方案 --转载
概述 记得在很早之前,我有写过一篇文章 Android高效加载大图.多图解决方案,有效避免程序OOM,这篇文章是翻译自Android Doc的,其中防止多图OOM的核心解决思路就是使用LruCache ...
- 如何开放 Azure 虚拟机 Ping 功能
前言 文章<使用 PsPing & PaPing 进行 TCP 端口连通性测试>中提到,ICMP 协议的数据包无法通过 Azure 的防火墙和负载均衡器,所以不能直接使用 Ping ...
- Flask入门数据库框架flask-SQLAlchemy(十)
Web程序开发中最重要的莫过于关系型数据库,即SQL 数据库,另外文档数据库(如 mongodb).键值对数据库(如 redis)慢慢变得流行. 原因 : 我们不直接使用这些数据库引擎提供的 Py ...
- How to reference two table when lack reference column.
Question:How to reference two table when lack reference column. Example: 1.Create two tables the one ...
- python入门14 字典dict
字典dict是无序的key:value格式的数据序列 #coding:utf-8 #/usr/bin/python """ 2018-11-11 dinghanhua 字 ...