前言
    上次安装了Sonarqube英文版使用起来不方便,这次为Sonarqube安装中文插件。
前期准备:
    软件下载:
    
安装插件:
        1.下载插件jar文件
        2.将jar文件复制到Sonarqube主目录extensions/plugins文件夹内
        3.重启Sonarqube服务
 
         上传jar文件至服务器
[root@t-xi-sonar01 ~]# ls
anaconda-ks.cfg                                         mysql-community-libs-5.7.20-1.el6.x86_64.rpm
install.log                                             mysql-community-libs-compat-5.7.20-1.el6.x86_64.rpm
install.log.syslog                                      mysql-community-server-5.7.20-1.el6.x86_64.rpm
jre-8u151-linux-x64.rpm                                 mysql-community-test-5.7.20-1.el6.x86_64.rpm
mysql-5.7.20-1.el6.x86_64.rpm-bundle.tar                sonar-l10n-zh-plugin-1.16.jar
mysql-community-client-5.7.20-1.el6.x86_64.rpm          sonar-l10n-zh-sonar-l10n-zh-plugin-1.16.tar.gz
mysql-community-common-5.7.20-1.el6.x86_64.rpm          sonar-l10n-zh-sonar-l10n-zh-plugin-1.16.zip
mysql-community-devel-5.7.20-1.el6.x86_64.rpm           sonarqube-6.7.1
mysql-community-embedded-5.7.20-1.el6.x86_64.rpm        sonarqube-6.7.1.zip
mysql-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/
 
        切换到Sonarqube运行账户sonar下
      
 [root@t-xi-sonar01 sonarqube]# su - sonar
[sonar@t-xi-sonar01 ~]$ cd /etc/sonarqube/
[sonar@t-xi-sonar01 sonarqube]$ ls
bin      data           lib                            sonar-l10n-zh-sonar-l10n-zh-plugin-1.16.tar.gz  web
conf     elasticsearch  logs                           sonar-l10n-zh-sonar-l10n-zh-plugin-1.16.zip
COPYING  extensions     sonar-l10n-zh-plugin-1.16.jar  temp
[sonar@t-xi-sonar01 sonarqube]$ mv sonar-l10n-zh-plugin-1.16.jar extensions/plugins/
 
        重启Sonarqube软件
        
[sonar@t-xi-sonar01 sonarqube]$ bin/linux-x86-64/sonar.sh stop
Stopping SonarQube...
Waiting for SonarQube to exit...
Stopped SonarQube.
[sonar@t-xi-sonar01 sonarqube]$ bin/linux-x86-64/sonar.sh start
Starting SonarQube...
Started SonarQube.
[sonar@t-xi-sonar01 sonarqube]$ tail -f logs/es.log
 
        访问http://192.168.1.59:9000
        
        

参考:
        
 

Sonarqube中文插件-Linux[20180105]的更多相关文章

  1. Linux常用命令英文全称与中文解释Linux系统

    Linux常用命令英文全称与中文解释Linux系统(转)   Linux常用命令英文全称与中文解释Linux系统 man: Manual 意思是手册,可以用这个命令查询其他命令的用法. pwd:Pri ...

  2. 01_Linux系统系统语言查询,设置Xshell工具,中文显示,测试Xshell中文字符显示,Linux中文显示乱码设置

              Xshell是一个强大的安全终端模拟软件,它支持SSH1,SSH2,以及Microsoft Windows平台的TELNETNetSarang Xshell 4 Build 0 ...

  3. VS Code设置中文插件

    Vscode是一款开源的跨平台编辑器.默认情况下,vscode使用的语言为英文(en) 1)打开vscode工具: 2)使用快捷键组合[Ctrl+Shift+p],在搜索框中输入“configure ...

  4. Emacs 中使用中文插件 eim

    在 Emacs 中输入中文,一般用 ibus 一类的输入法也能应付,但来回切换有点麻烦,这里介绍国人写的一个好插件 eim. - 安装 由于在 list-packages 中没有找到这个插件,所以不能 ...

  5. SonarQube 中文教程 (1)- 简介

    SonarQube是什么 SonarQube 是一个用于代码质量管理的开源平台,用于管理源代码的质量. 通过插件形式,可以支持包括 java, C#, C/C++, PL/SQL, Cobol, Ja ...

  6. 解决Visual Code安装中文插件失败问题

    早已听闻Visual Code的大名,今日一用,果然不同凡响. 只不过,我的常用开发环境是不联网的,需要离线安装Visual Code和扩展插件. 以前要安装插件只能从VsCode里装,想离线安装比较 ...

  7. Eclipse 安装中文插件

    从官网下载下来的Eclipse都是英文版,下载后解压,运行Eclipse. 地址:http://www.eclipse.org/babel/downloads.php .启动Eclipse,在菜单,“ ...

  8. 阿里云云监控agent插件 - Linux版

    阿里云云监控agent插件使用指南 1.安装(注意,要以“root”权限运行,复制 sudo后面的就行,别把#也复制进去) #64位 # sudo bash -c "wget -e 'htt ...

  9. linux安装qwt插件linux

    Optional: Get, Compile, Install QWT 5.0.0 (or newer): * NOTE: You should not need to set the environ ...

随机推荐

  1. 18_Condition条件

    [简述] wait()和notify()方法是和synchronized关键字合作使用的. Condition是和重入锁相关联的,通过ReentrantLock.newCondition()生成一个与 ...

  2. 关于Android中的ViewTreeObserver

    ViewTreeObserver结构 extends Object java.lang.Object ↳ android.view.ViewTreeObserver ViewTreeObserver概 ...

  3. PHP:数字转Excel列头

    转自我的个人博客:阔野飞花 http://www.rexcao.net/archives/169 前段时间升级一个项目的Excel导出功能,这次的列数大概有60多条,在处理过程中发现一个问题,原先做好 ...

  4. 路由 vue-router

    vue-router官方文档 1.router跳转页面 编程式的导航 this.$router.push('/index'); 2.mode Router构造配置 const router = new ...

  5. 原文:I don’t want to see another “using namespace xxx;” in a header file ever again

    http://stackoverflow.com/questions/5849457/using-namespace-in-c-headers http://stackoverflow.com/que ...

  6. 2019.03.19 ZJOI2019模拟赛 解题报告

    得分: \(100+10+45=155\)(\(T1\)又是水题,\(T2\)写暴力,\(T3\)大力\(STL\)乱搞) \(T1\):哈夫曼树 首先,根据题目中给出的式子,可以发现,我们要求的其实 ...

  7. 在vue项目中的axios使用配置记录

    默认vue项目中已经安装axios,基于element-ui开发,主要记录配置的相关. axiosConfig.js import Vue from 'vue' import axios from ' ...

  8. 我的wmware

    1.vmware 网络连接方式 NAT 模式: 虚拟机的IP 是由NAT分配的,电脑环境无论如何变化,都不会影响虚拟机 好处:在家.学校.公司,连接虚拟机都可以使用相同的ip地址 桥接模式: 只要更换 ...

  9. 金s办公软件web前端笔试题

    1. var arr = []; arr['a'] = 1; console.log(arr.length); // A arr['4'] = 2; console.log(arr.length); ...

  10. LeetCode10.正则表达式匹配 JavaScript

    给定一个字符串 (s) 和一个字符模式 (p).实现支持 '.' 和 '*' 的正则表达式匹配. '.' 匹配任意单个字符. '*' 匹配零个或多个前面的元素. 匹配应该覆盖整个字符串 (s) ,而不 ...