일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Java
- DB
- Apach
- orm
- sql
- npm
- ElasticSearch
- 트랜잭션
- Gradle
- 엘라스틱서치
- 레드마인
- 스프링
- Elk
- springboot
- 리눅스
- heap메모리
- SonarQube
- slave node
- Git
- 마이바티스
- spring
- 시스템운영
- mysql
- 자바
- nodejs
- mybatis
- Stash
- JVM
- 아파치
- Bitbucket
Archives
- Today
- Total
목록SonarQube 설치 (1)
프로그래머호이잇
SonarQube 설치 방법
--default-storage-engine=InnoDB CREATE DATABASE sonar2 CHARACTER SET utf8 COLLATE utf8_general_ci;CREATE USER 'sonar' IDENTIFIED BY 'thskqbzm1';GRANT ALL ON sonar2.* TO 'sonar'@'%' IDENTIFIED BY 'sonar';GRANT ALL ON sonar2.* TO 'sonar'@'localhost' IDENTIFIED BY 'sonar';FLUSH PRIVILEGES; 권한 확인show grants for 'sonar'@'%'; https://github.com/SonarQubeCommunity/sonar-l10n-ko/releases/download/1.2.0/..
시스템운영
2017. 8. 22. 14:41