TOW (Trac On Windows) Blog

December 28, 2007

TOW (TracOnWindows) 0.2.2 is released.

Filed under: Release — Tags: , , , , , — yeoupooh @ 8:45 am

Release Note

TOW 0.2.2 Base package includes…

TOW 0.2.2 Standard package includes…

Changelogs

  • Added Python for Windows Extensions.
  • Upgraded bundled plugins.
  • Fixed plugin settings in trac.ini.
  • Added list-perm.bat, add-perm.bat, remove-perm.bat scripts for User Permission Administration.
  • Added add-project.bat script for Project Initializing.

You can download it from SourceForge.net.

December 5, 2007

How to Fix Eclipse Mylyn Connection in 0.2.1 Standard package.

Filed under: User Guide — Tags: , , , , , , , , , — yeoupooh @ 2:54 am

I found mis-setting in trac.ini about Eclipse Mylyn Connection.

If you fix this, Edit your trac.ini like this and restart TOW.


trac.web.auth.loginmodule = enabled

I will release fixed version soon.

November 17, 2007

Administration

Filed under: User Guide — Tags: , , , , , , , , , , , — yeoupooh @ 5:13 pm

Administration

  • Default admin user is admin/towadmin

Adding New User


C:\TOW>add-user.bat <UserName> <Password>

Adding New Project


C:\TOW>create-svn-repo.bat <ProjectName>
C:\TOW>create-trac-repo.bat <ProjectName>

How to enable Bundled Plugins for Standad package users?

  • Add this on trac.ini (C:\TOW\!TracRepo\Projects\<!ProjectName>\conf\trac.ini)


[account-manager]
password_file = c:\TOW\SvnRepo\Projects\trac.htpasswd
password_store = HtPasswdStore

[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.db.sessionstore = disabled
acct_mgr.htfile.abstractpasswordfilestore = disabled
acct_mgr.htfile.htdigeststore = disabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.http.httpauthstore = enabled
acct_mgr.pwhash.htdigesthashmethod = disabled
acct_mgr.pwhash.htpasswdhashmethod = disabled
acct_mgr.web_ui.accountmodule = enabled
acct_mgr.web_ui.loginmodule = disabled
acct_mgr.web_ui.registrationmodule = enabled
iniadmin.iniadmin.iniadminplugin = enabled
trac.web.auth.loginmodule = enabled
tracnav.* = enabled
tracrpc.* = enabled
tracrpcext.* = enabled
tractoc.* = enabled
tracwysiwyg.* = enabled
webadmin.* = enabled

How to run trac-admin?


C:\TOW>trac-admin.bat <ProjectName> <Commands>

How to run easy_install?


C:\TOW>easy_install.bat <Arguments>

Blog at WordPress.com.