#428 closed defect (worksforme)
Bitten installation problem
Reported by: | hugobosscool26@… | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | General | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | Windows |
Description
Hi all :)
My version of trac is Trac 0.11.5 and I try to install Bitten-0.5.3-py2.6.egg (with the command python setup.py install ). I put this in project's trac.ini :
[components] bitten.* = enabled
In the web admin, in General > Plugins, I have Bitten 0.5.3 with a list of component. Either I check box of Logging Admin Page?, Permission Admin Page?, the cross never appears. Furthermore, I haven't a build section in the web admin.
And this doesn't work :
This will create the database tables and directories that Bitten requires. You probably also want to grant permissions to someone (such as yourself) to manage build configurations, and allow anonymous users to view the status and results of builds: $ trac-admin /path/to/projenv permission add anonymous BUILD_EXEC $ trac-admin /path/to/projenv permission add anonymous BUILD_VIEW $ trac-admin /path/to/projenv permission add [yourname] BUILD_ADMIN
trac-admin C:\projects\trac\my-project permission add anonymous BUILD_EXEC Command failed: BUILD_EXEC is not a valid action.
Any ideas please ?
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by osimons
- Milestone 0.6 deleted
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 15 years ago by hugobosscool26
Okay thanks.
I will take the svn trunk.
For Trac 0.11.x, you need to use Bitten trunk. 0.5.x is for 0.10, and has not been updated for ~3 years.