We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 (재시작)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 (재시작)
The text was updated successfully, but these errors were encountered: