Ubuntu下sonar的构建

先要装MYSQL服务器,当然,也可以使用其他的,为了后续共用数据库,mysql比较好。


安装mysql参考  

http://wiki.ubuntu.com.cn/MySQL


安装sonar参考 

http://dev.mamikon.net/installing-sonarqube-on-ubuntu/

文中步骤可用,提到的链接有些老了,现在最新的是  

wget https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.3.zip


安装成功后,默认用户名密码都是admin,记得改哦~


另,最低配置1核1G内存,同时跑Jenkins和Sonar感觉有点吃力,应该属于跑不了的情况。尝试打开云盾,直接报下面的错误了:

下次换2G内存再试试看。


OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000e482f000, 40259584, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 40259584 bytes for committing reserved memory.


上一篇:借助大数据构建抗冻应急体系


下一篇:如何构建大数据层级体系,看这一文章就够了