본문 바로가기
728x90

Research245

TRAC: web admin 설치시 주의할 점 trac.ini 에 [components] 항목에 아래와 같이 추가할 때 "=" 양옆으로 반드시 한칸씩 띄어 줘야 한다. webadmin.* = enabled (o) webadmin.*=enabled (x) 2009. 7. 30.
TRAC: Account Manager Plugin 설치 Account Manager Plugin [root@localhost sunny]# easy_install-2.5 http://trac-hacks.org/svn/accountmanagerplugin/0.10 Downloading http://trac-hacks.org/svn/accountmanagerplugin/0.10 Doing subversion checkout from http://trac-hacks.org/svn/accountmanagerplugin/0.10 to /tmp/easy_install-X7r3Y0/0.10 svn: PROPFIND 요청이 '/svn/accountmanagerplugin/0.10'에 대해 실패하였습니다. svn: PROPFIND of '/svn/accountmanagerp.. 2009. 7. 30.
TRAC: easy_install 설치 webadmin 이란 plugin은 yum으로 설치가 되었는데, AccountManager라는 plugin은 yum에 없었다. AccountManager라는 plugin을 설치하려고 하니 easy_install 로 설치를 한다고 하는데, 이건ez_setup을 설치해야 한다. 1. ez_setup 설치아래 링크된 파일을 에서 다른 이름으로 저장해서 아래와 같이 실행한다. http://peak.telecommunity.com/dist/ez_setup.py [root@localhost temp]# python ez_setup.py Setuptools version 0.6c9 or greater has been installed. (Run "ez_setup.py -U setuptools" to reinstall.. 2009. 7. 30.
TRAC : Setting up Plugin Cache Setting up the Plugin Cache Some Python plugins need to be extracted to a cache directory. By default the cache resides in the home directory of the current user. When running Trac on a Web Server as a dedicated user (which is highly recommended) who has no home directory, this might prevent the plugins from starting. To override the cache location you can set the PYTHON_EGG_CACHE environment va.. 2009. 7. 29.
728x90