300x250
라운드큐브 웹메일을
git 명령어로 설치하는 방법을 정리한다.
ㅁ Roundcube 설치
1. 소스 가져오기
rc 라는 폴더에 git 로 소스 가져오기
# git clone git://github.com/roundcube/roundcubemail.git rc
2. 폴더 설정
다음 폴더들 웹서버가 쓰기 가능하도록 설정
/temp/
/logs/
ex) # chmod o+w logs temp
3. 아파치 서버에서 Roundcube 디렉토리에 AllowOverride 설정
<Directory Roundcube디렉토리>
AllowOverride FileInfo Options Indexes
</Directory>
4. 웹브라우저에서 installer url 호출
ㅁ 라운드큐브 설치를 위한 서버 설정
Roundcube 메일 설치를 위한 서버 환경 조건이다.
설치 중간에 php 버전이 낮아서 설치가 안된다.. 서버를 바꿔야 하나.. ㅡㅡ
Roundcube 소스 아래의 installer/ 를 브라우저에서 호출해 보면, 아래와 같은 화면을 볼 수 있다.
Roundcube Webmail Installer
300x250
'서버관리' 카테고리의 다른 글
iptables -m 옵션 (0) | 2013.12.03 |
---|---|
리눅스 무료 웹호스팅 서비스 호스팅어 - 2G 용량, 100G 대역폭 (1) | 2013.11.11 |
putty 최신버전 0.63 에서 문자셋 charset 설정 (0) | 2013.11.11 |
CentOS 5.x 에서 git 사용하기 (0) | 2013.10.26 |
다람쥐메일 squirrelmail svn 설치 및 한글화 (0) | 2013.10.25 |