kndoll / kncom

kncom
0 stars 0 forks source link

운영서버 배포 #3

Open kndoll opened 7 years ago

kndoll commented 7 years ago

AWS 배포

kndoll commented 7 years ago

작업순서

  1. JDK 설치 (U 드라이브)
  2. GIT CLONE
  3. MAVEN 빌드
kndoll commented 7 years ago
  1. 깃헙에서 소스 가져오기 git clone https://github.com/kndoll/kncom.git
  2. 메이븐 빌드 mvnw.cmd clean package
  3. 스프링부트 기동 java -jar kncom.analysis-0.0.1-SNAPSHOT.jar 백그라운드 기동 참고 http://freeism.co.kr/tc/770
kndoll commented 7 years ago

MYSQL ROOT 비밀번호 변경 참고 : http://kogun82.tistory.com/122

update user set authentication_string=password('2261bbs') where user='root'; FLUSH PRIVILEGES;

set password='knc!Q@W#E' update user set authentication_string=password('knc!Q@W#E') where user='root';

kndoll commented 7 years ago

문자셋 변경 참고 http://dev.re.kr/87

kndoll commented 7 years ago

JAVA 기동 까지 배치파일 작성 현재 java 기동이 배치파일로 안됨