전자정부프레임워크 통합 개발환경 설치
https://www.egovframe.go.kr/home/ntt/nttRead.do?pagerOffset=0&searchKey=&searchValue=&menuNo=65&bbsId=4&nttId=1748
C드라이브에 압축 해제 후 이클립스 실행시키면 됨!
jdk, tomcat, maven 등등 다 들어가있음!
SVN 설치
https://www.visualsvn.com/downloads/
Repositories 생성
Users 생성
오라클 11 설치
https://www.oracle.com/database/technologies/xe-prior-release-downloads.html
설치 후
Run SQL Command Line
connect sys/패스워드 as sysdba
alter user hr identified by hr account unlock;
connect hr/hr
select tname from tab;