1. http://hudson-ci.org/ 에서 hudson 을 다운 받는다.
2. http://tomcat.apache.org/ 에서 tomcat 을 다운 받는다.
3. 위에서 받은 hudson 파일의 이름을 hudson.war 로 변경하고
톰캣의 webapps 디렉토리 아래에 둔다.
4. 환경변수 설정
CATALINA_HOME=\경로\hudson_home
CATALINA_BASE=\경로\hudson_home
CATALINA_TMPDIR=\경로\hudson_home\temp
HUDSON_HOME=\경로\hudson
5. 톰캣 구동
6. http://localhost:8080/hudson 로 접속
7. 설치 할 플러그인 체크 후 하단의 install 클릭 -> 설치 완료 후 finish
※ 새 작업 만들기 참고 : http://ssun.pe.kr/516
※ 컨테이너로 기동 할 경우 컨테이너 별 설정 : http://wiki.eclipse.org/Hudson-ci/Containers
※ 설정 참고 : http://hudson-ci.org/docs/HudsonIntro.pdf
http://wiki.hudson-ci.org/display/HUDSON/Standard+Security+Setup
계정 생성 : http://ecogeo.tistory.com/66
계정 비번 초기화 : http://polygoncell.blogspot.kr/2009/02/hudson-forget-password-reset-password.html
※ Ant Build.xml 생성하기 : http://blog.naver.com/kittenjun?Redirect=Log&logNo=10125029239
※ 참조 블로그 : http://stupid-mistakes.tistory.com/24
'Carpe Programming > etc' 카테고리의 다른 글
git 간편 안내서 (0) | 2012.12.05 |
---|---|
[css] ... (쩜쩜쩜?) 처리 (0) | 2012.05.02 |
[chartFX] 설정 (포인트 별 링크 등) (0) | 2012.04.24 |
[coding] Doxygen 형식 - 주석 (0) | 2012.01.26 |
[tomcat] session 공유되는 문제 (0) | 2012.01.26 |