Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 17-May-2021 01:16 by UnknownAuthor  

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 63 lines
Trac에 추가설치된 plugin 반영 http://blueb.net/blog/1057
[{TableOfContents}]
!!!관련 링크
*[TNF(테터툴즈 Trac)|http://dev.tattersite.com/]
*[TNF(테터툴즈개발관련)|http://forum.tattersite.com/ko/viewtopic.php?id=2833] \\
*[Trac사용에대한 개인블로그의글|http://magic.jaram.org/~lovelyk2/tatter/tag/Trac]
*[http://kldp.net/projects/trac-ko/]
*[http://wiki.kldp.org/wiki.php/trac]
!!!Trac Install
*[Linux(fedora, centos)에서 설치|Trac_Install_Linux]
*[trac을 apache의 mod_python과 연동|Trac_ModPython]
*[trac플러그인 설치를 위한 setuptools설치|Trac_setuptools]
*[trac플러그인 WEB Admin 설치|Trac_WebAdmin]
*[trac플러그인 Account Manager 설치|Trac_AccountManager]
!!! 동기화
{{{
trac-admin /home/rcs/trac/senuri resync
}}}
!!!trac 생성 스크립트
*생성
{{{
trac-admin /home/rcs/trac/sample initenv sample sqlite:db/trac.db svn /home/rcs/svn/sample /usr/share/trac/templates
}}}
*퍼미션과 charset
{{{
chown -R nobody:nobody /home/rcs/trac
vi /home/rcs/trac/sample/conf/trac.ini
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
charact set = euc-kr
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
}}}
*권한 설정 스크립트
{{{
trac-admin /home/rcs/trac/sample permission remove anonymous '*'
trac-admin /home/rcs/trac/sample permission add admin TRAC_ADMIN
trac-admin /home/rcs/trac/sample permission add developer BROWSER_VIEW
trac-admin /home/rcs/trac/sample permission add developer LOG_VIEW
trac-admin /home/rcs/trac/sample permission add developer FILE_VIEW
trac-admin /home/rcs/trac/sample permission add developer CHANGESET_VIEW
trac-admin /home/rcs/trac/sample permission add developer CONFIG_VIEW
trac-admin /home/rcs/trac/sample permission add developer TIMELINE_VIEW
trac-admin /home/rcs/trac/sample permission add developer SEARCH_VIEW
trac-admin /home/rcs/trac/sample permission add developer WIKI_ADMIN
trac-admin /home/rcs/trac/sample permission add developer TICKET_ADMIN
trac-admin /home/rcs/trac/sample permission add developer REPORT_ADMIN
trac-admin /home/rcs/trac/sample permission add developer MILESTONE_ADMIN
trac-admin /home/rcs/trac/sample permission add developer ROADMAP_ADMIN
trac-admin /home/rcs/trac/linkbp permission add developer ROADMAP_VIEW
trac-admin /home/rcs/trac/sample permission add sample developer
}}}
Version Date Modified Size Author Changes ... Change note
17-May-2021 01:16 2.216 kB UnknownAuthor
« This page (revision-) was last changed on 17-May-2021 01:16 by UnknownAuthor