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 |
Tags
- 3.5
- 권한변경
- CentOS6
- egrep
- NEXUS
- Find
- subversion
- Galileo
- resin
- 지름신
- SSL
- 갈릴레오
- netstate
- trac
- tagx
- Powermockup
- CentOS
- 삽질
- 보드
- linux
- svn
- 이클립스
- yum
- Java
- 연동
- eclipse
- Apache
- 파워목업
- Babel
- tomcat
Archives
- Today
- Total
....
CentOS 6에 Trac설치 도전! 본문
- 아파치.. 톰캣.. 서브버젼.. 하다못해 JDK까지 모두 yum 으로만 설치했다...
- 설정 파일들이 익숙치 않은곳에 있다보니.. 조금 해매는 정도 빼면 참 편하게 설치가 됐는데..
python 설치..
- 설정 파일들이 익숙치 않은곳에 있다보니.. 조금 해매는 정도 빼면 참 편하게 설치가 됐는데..
python 설치..
yum install python-devel
setuptools 설치
easy_install SQLObject
Genshi 설치
easy_install Genshi==0.6
SQLLite install (http://code.google.com/p/pysqlite/downloads/list)에서 최신버젼을 받아서 직접 설치..
1133 wget http://pysqlite.googlecode.com/files/pysqlite-2.6.3.tar.gz
1134 tar xvzpf pysqlite-2.6.3.tar.gz
1135 cd pysqlite-2.6.3
1136 python setup.py build_static install
1134 tar xvzpf pysqlite-2.6.3.tar.gz
1135 cd pysqlite-2.6.3
1136 python setup.py build_static install
Trac 설치
1139 easy_install Babel==0.9.5
1140 easy_install Trac
1140 easy_install Trac
Comments