Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- cifsutils
- 임펠러
- PDFCreator
- Notepadplus
- 노트패드뿔뿔
- 정규표현식
- 소스 <script> 로딩 실패
- mailutils
- FTP
- SFTP
- Notepad++
- react #router
- 보안연결실패
- VM 호스트 주소
- PyLucene
- springboot #spring #jackson
- 가상머신호스트
- linux ssh root debian
- startfile
- Regex
- Printer Driver
- Windows
- 윈도우
- Notepad
- firefox 파이어폭스
- Basic Auth
- debian
- OpenSCAD
- React #React-Table
Archives
- Today
- Total
JJC's 테크니컬 다이어리
Redmine을 우분투 리눅스에 설치하기 본문
http://www.redmine.org/ 의 위키 설명서를 기반으로
직접 설치해본 후 작성하였습니다.
1.우분투 리눅스(데비안기반) 9.04를 설치한다.
- 제 경우 root 로 로긴되도록 설정한 다음 root 로긴후 작업함.
(시스템->관리->로그인 창 의 보안 탭에서 '로컬 시스템 관리자 로그인 허용' 에 체크표시)
시스템->관리->시냅틱 패키지 관리자 를 이용하여 필요한 패키지를 설치한다.
- mysql 5.0 서버를 설치함(5.1이 지원안된다는 내용이 있었음ㅠ)
- mysql Administrator 를 설치함(GUI 관리툴)
=>설치후 서버 시작 설정을 바꿔준다.
Startup Parameters 설정으로 들어가서 Use old passwords 항목에 체크표시한다.
2. 다음 링크를 참조하여 Ruby 등을 설치한다.
http://www.redmine.org/wiki/redmine/HowTo_Install_Redmine_in_a_home_directory_on_Debian
3. 다음 링크를 참조하여 설치를 마무리 한다.
http://www.redmine.org/wiki/redmine/RedmineInstall
<기타설정 >
Sun VirtualBox 에서 NAT 사용시 다음 명령으로 가상머신으로 Port Forwarding 되도록 한다.
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/Protocol" TCP
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/GuestPort" 3000
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/HostPort" 3000
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestsvn/Protocol" TCP
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestsvn/GuestPort" 3690
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestsvn/HostPort" 3690
직접 설치해본 후 작성하였습니다.
1.우분투 리눅스(데비안기반) 9.04를 설치한다.
- 제 경우 root 로 로긴되도록 설정한 다음 root 로긴후 작업함.
(시스템->관리->로그인 창 의 보안 탭에서 '로컬 시스템 관리자 로그인 허용' 에 체크표시)
시스템->관리->시냅틱 패키지 관리자 를 이용하여 필요한 패키지를 설치한다.
- mysql 5.0 서버를 설치함(5.1이 지원안된다는 내용이 있었음ㅠ)
- mysql Administrator 를 설치함(GUI 관리툴)
=>설치후 서버 시작 설정을 바꿔준다.
Startup Parameters 설정으로 들어가서 Use old passwords 항목에 체크표시한다.
2. 다음 링크를 참조하여 Ruby 등을 설치한다.
http://www.redmine.org/wiki/redmine/HowTo_Install_Redmine_in_a_home_directory_on_Debian
3. 다음 링크를 참조하여 설치를 마무리 한다.
http://www.redmine.org/wiki/redmine/RedmineInstall
<기타설정 >
Sun VirtualBox 에서 NAT 사용시 다음 명령으로 가상머신으로 Port Forwarding 되도록 한다.
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/Protocol" TCP
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/GuestPort" 3000
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/HostPort" 3000
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestsvn/Protocol" TCP
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestsvn/GuestPort" 3690
VBoxManage setextradata "ubuntu1" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestsvn/HostPort" 3690