Trac 설치 ¶
Trac 설치 가이드 (*nix용) ¶
- Trac 설치 영문버전은 있지만 처음 설치하시려는 분은 어려울 수 있어 Tutorial 식으로 구성을 해보았습니다.
- 어법은 경칭을 사용하지 않았으니 유의해 주시기 바랍니다.
- 문서상의 잘못된 점이 있으시면 바로 수정해 주세요. | ( godmode2k@hotmail.com )
- NOTE:
- subversion 설정은 Subversion-HOWTO 문서를 참고해 주시기 바랍니다.
- 질문 답변은 TracFAQ 문서를 참고하시기 바랍니다.
- Trac 을 Standalone 으로 실행할 때 login 부분이 빠져있습니다. 아시는분은 꼭 채워주세요...
준비물 ¶
설치 시작 ¶
Berkeley DB:
tmp# cd db-4.3.29.NC/build_unix build_unix# ../dist/configure build_unix# make build_unix# make install build_unix# echo '/usr/local/BerkeleyDB.4.3/lib' >> /etc/ld.so.conf build_unix# ldconfig
Python:
tmp# cd python-2.4.2 python-2.4.2# ./configure python-2.4.2# make && make install
PySQLite:
tmp# cd pysqlite-2.2.0 pysqlite-2.2.0# python2.4 setup.py build pysqlite-2.2.0# python2.4 setup.py install
SQlite:
tmp# mkdir sqlite_ ; cd sqlite_ sqlite_# ../sqlite-3.3.4/configure --disable-tcl sqlite_# make && make install
ClearSilver:
tmp# cd clearsilver-0.9.14 clearsilver-0.9.14# vi rules.mk PYTHON_SITE = /usr/local/lib/python2.4 clearsilver-0.9.14# ./configure && make && make install
Subversion SWIG Python Bindings:
- Python Binding
tmp# cd swig-1.3.27 swig-1.3.27# ./configure --with-python=/usr/local/bin/python2.4 && make && make install tmp# cd subversion-1.3.0 subversion-1.3.0# mv configure configure.orig
- SWIG version 변경:
subversion 1.3.0 은 SWIG 1.3.25 를 사용하기 때문에 현재 사용가능한 SWIG(version 1.3.27) version 을 수정해 준다.
SWIG version 이 1.3.27 이면 "103027"
subversion-1.3.0# sed -e 's/"103025"/"103027"/g' configure.orig > configure subversion-1.3.0# ./configure --with-zlib --with-ssl --with-dbm=db4 --with-berkeley-db=/usr/local/BerkeleyDB.4.3 subversion-1.3.0# make && make install subversion-1.3.0# make swig-py && make install-swig-py subversion-1.3.0# echo /usr/local/lib/svn-python > /usr/local/lib/python2.4/site-packages/subversion.pth
Trac:
tmp# cd trac-0.9.4-ko trac-0.9.4-ko# python2.4 setup.py install trac-0.9.4-ko# trac-admin /home/trac initenv Project Name [My Project]> My_Project Database connection string [sqlite:db/trac.db]> 'just ENTER' Repository type [svn]> 'just ENTER' Path to repository [/path/to/repos]> /home/svn Templates directory [/usr/local/share/trac/templates]> 'just ENTER' ... Congratulations!
- trac 설정 및 Standalone 으로 실행
trac-0.9.4-ko# vi /home/trac/conf/trac.ini trac-0.9.4-ko# tracd --port 8000 /home/trac
- /home/svn 에 svn repository 만들어 놓고 trac.ini 에 등록해 준다.
- subversion repository 만드는 방법은 Subversion-HOWTO 문서를 참고해 주세요.
http://localhost:8000/trac 에서 확인할 수 있음.
[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1130 | 18년 전 | 2463 | ||
| 1129 | 18년 전 | 2446 | ||
| 1128 | 18년 전 | 2318 | ||
| 1127 | 18년 전 | 2551 | ||
| 1126 |
|
18년 전 | 3846 | |
| 1125 | 18년 전 | 3650 | ||
| 1124 |
|
18년 전 | 2080 | |
| 1123 | 18년 전 | 2018 | ||
| 1122 | 18년 전 | 1553 | ||
| 1121 | 18년 전 | 3883 | ||
| 1120 | 18년 전 | 5891 | ||
| 1119 | 18년 전 | 6977 | ||
| 1118 | 18년 전 | 2464 | ||
| 1117 |
BEST79
|
18년 전 | 2707 | |
| 1116 | 18년 전 | 4174 | ||
| 1115 | 18년 전 | 2173 | ||
| 1114 |
|
18년 전 | 3626 | |
| 1113 | 18년 전 | 2869 | ||
| 1112 | 18년 전 | 2724 | ||
| 1111 | 18년 전 | 2191 | ||
| 1110 | 18년 전 | 2459 | ||
| 1109 | 18년 전 | 2592 | ||
| 1108 | 18년 전 | 3082 | ||
| 1107 | 18년 전 | 3725 | ||
| 1106 | 18년 전 | 3265 | ||
| 1105 | 18년 전 | 2771 | ||
| 1104 |
|
18년 전 | 2267 | |
| 1103 | 18년 전 | 2933 | ||
| 1102 | 18년 전 | 3021 | ||
| 1101 | 18년 전 | 2536 | ||
| 1100 | 18년 전 | 2297 | ||
| 1099 | 18년 전 | 3323 | ||
| 1098 | 18년 전 | 4844 | ||
| 1097 | 18년 전 | 5071 | ||
| 1096 | 18년 전 | 2290 | ||
| 1095 | 18년 전 | 2184 | ||
| 1094 | 18년 전 | 4996 | ||
| 1093 | 18년 전 | 8954 | ||
| 1092 | 18년 전 | 2039 | ||
| 1091 |
DeepnBlue
|
18년 전 | 4917 | |
| 1090 |
|
18년 전 | 4364 | |
| 1089 |
도날드주주
|
18년 전 | 2602 | |
| 1088 |
|
18년 전 | 4957 | |
| 1087 | 18년 전 | 2783 | ||
| 1086 | 18년 전 | 3667 | ||
| 1085 | 18년 전 | 2616 | ||
| 1084 | 18년 전 | 3429 | ||
| 1083 | 18년 전 | 1938 | ||
| 1082 | 18년 전 | 5371 | ||
| 1081 | 18년 전 | 1687 | ||
| 1080 | 18년 전 | 6048 | ||
| 1079 |
|
18년 전 | 2871 | |
| 1078 | 18년 전 | 6032 | ||
| 1077 |
|
18년 전 | 6834 | |
| 1076 | 18년 전 | 3725 | ||
| 1075 | 18년 전 | 2204 | ||
| 1074 |
hwatta
|
18년 전 | 2095 | |
| 1073 | 18년 전 | 6894 | ||
| 1072 | 18년 전 | 2391 | ||
| 1071 | 18년 전 | 3948 | ||
| 1070 |
|
18년 전 | 5341 | |
| 1069 | 18년 전 | 2689 | ||
| 1068 | 18년 전 | 1739 | ||
| 1067 | 18년 전 | 1568 | ||
| 1066 | 18년 전 | 1517 | ||
| 1065 | 18년 전 | 1798 | ||
| 1064 | 18년 전 | 1792 | ||
| 1063 | 18년 전 | 1779 | ||
| 1062 | 18년 전 | 1715 | ||
| 1061 | 18년 전 | 2503 | ||
| 1060 | 18년 전 | 2304 | ||
| 1059 | 18년 전 | 3462 | ||
| 1058 | 18년 전 | 2588 | ||
| 1057 | 18년 전 | 2573 | ||
| 1056 | 18년 전 | 3409 | ||
| 1055 | 18년 전 | 4620 | ||
| 1054 | 18년 전 | 2960 | ||
| 1053 | 18년 전 | 2797 | ||
| 1052 | 18년 전 | 3346 | ||
| 1051 | 18년 전 | 6278 | ||
| 1050 | 18년 전 | 2179 | ||
| 1049 | 18년 전 | 1986 | ||
| 1048 | 18년 전 | 1939 | ||
| 1047 | 18년 전 | 2005 | ||
| 1046 | 18년 전 | 3191 | ||
| 1045 | 18년 전 | 2262 | ||
| 1044 | 18년 전 | 1948 | ||
| 1043 | 18년 전 | 1616 | ||
| 1042 | 18년 전 | 2077 | ||
| 1041 | 18년 전 | 3359 | ||
| 1040 | 18년 전 | 3228 | ||
| 1039 | 18년 전 | 1914 | ||
| 1038 | 18년 전 | 1484 | ||
| 1037 | 18년 전 | 3181 | ||
| 1036 | 18년 전 | 2055 | ||
| 1035 | 18년 전 | 1613 | ||
| 1034 | 18년 전 | 2837 | ||
| 1033 | 18년 전 | 1966 | ||
| 1032 | 18년 전 | 1840 | ||
| 1031 | 18년 전 | 1810 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기