Continuous integration with Jenkins + Github + Docker + Maven + Junit
At this article I will try to explain some basis of CI with very famous tool Jenkins. Because I'm lazy I have prepared configured Jenkins with already created job. This…
All about installation for devops
At this article I will try to explain some basis of CI with very famous tool Jenkins. Because I'm lazy I have prepared configured Jenkins with already created job. This…
User permission #Create user and set password $addsuer myuser $passwd myuser #set myuser sudo rights $sudo usermod -aG wheel myuser #change root password $sudo su $su -l $passwd
For running SonarQube server wee need fistly instal Postgresql dabase. Instruction is here. And now we can start to install SonarQube. First go here https://www.sonarqube.org/downloads/ click right button on "community…
Go to https://www.postgresql.org/download/ and choose your distribution (in my case RHEL family) and choose version of your OS and version of Postgresql # yum install https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-redhat11-11-2.noarch.rpm # yum install postgresql11…