目次



目的

準備

WebAdminの拡張なのでWebAdminが必要

インストール

  1. インストール
    # easy_install 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-avRwEy/0.10
    Processing 0.10
    Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-avRwEy/0.10/egg-dist-tmp-JDMH4E
    Adding TracAccountManager 0.1.3dev-r3515 to easy-install.pth file
    
    Installed /usr/local/python-2.5.2/lib/python2.5/site-packages/TracAccountManager-0.1.3dev_r3515-py2.5.egg
    Processing dependencies for TracAccountManager==0.1.3dev-r3515
    Finished processing dependencies for TracAccountManager==0.1.3dev-r3515
    WebAdminのpluginsページにAccountManagerが加わる。

svnからインストール

  1. ソースの取得
    # cd /usr/local/src
    # svn co http://trac-hacks.org/svn/accountmanagerplugin

  2. インストール
    # cd /usr/local/src/accountmanagerplugin/0.10
    # python setup.py bdist_egg
    できあがったeggをコピー
    # cp dist/TracAccountManager-0.1.3dev_r3515-py2.5.egg /usr/local/python/lib/python2.5/site-packages
    # /etc/rc.d/init.d/httpd restart                                                 ← httpdの再起動

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-05-10 (水) 20:53:33