sonarqube-7.8 安裝


筆記做個記錄,不做步驟說明:

sonar.jdbc.username=root
sonar.jdbc.password=A0***
sonar.jdbc.url=jdbc:mysql://10.10.3.89:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance&useSSL=false
sonar.web.port=5000
  • vi /data/sonarqube/elasticsearch/config/elasticsearch.yml
network.host: 0.0.0.0
  • vi /etc/security/limits.conf
*                hard    nofile          65536
*                soft    nofile          65536
root soft nproc 131072
root hard nproc 131072
  • cd bin/linux-x86-64/
  • sh sonar.sh start

訪問:
http://10.10.3.88:5000/about


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM