Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

서버 연동 참고 #106

Open
WonYong-Jang opened this issue May 27, 2018 · 0 comments
Open

서버 연동 참고 #106

WonYong-Jang opened this issue May 27, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@WonYong-Jang
Copy link
Contributor

http://webdevnovice.tistory.com/12?category=615997 ==> (리눅스) 자바 설치 및 tomcat
http://moomini.tistory.com/66 ==> mysql
http://jaesu.tistory.com/entry/ubuntu-mysql-%EC%84%A4%EC%B9%98-%EB%B0%8F-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0 ==> mysql (한글 설정 등)

jdk ( /usr/local/java )
java -version 확인 => jdk 1.8 되어있는지 확인
안되어 있다면
$ source /etc/profile

톰캣 시작
$ /usr/local/server/tomcat/bin/startup.sh

mysql 시작
$ sudo vi /etc/mysql/my.cnf (설정 파일 위치)
sudo /etc/init.d/mysql restart (재시작)

@WonYong-Jang WonYong-Jang added the enhancement New feature or request label May 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant