Modify ↓
Opened 5 years ago
Closed 5 years ago
#7312 closed defect (duplicate)
docs and cgi-bin don't get installed into {prefix}/share/trac/
| Reported by: | daniel@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | 0.11rc1 |
| Severity: | normal | Keywords: | documentation |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I have installed using easy_install and the setup.py. It seems that the docs and cgi-bin directories doesn't get copied into {prefix}/share/trac directory.
Attachments (0)
Change History (3)
comment:1 Changed 5 years ago by eblot
- Component changed from general to admin/console
- Keywords documentation added
- Milestone changed from 0.11.1 to 0.11
- Owner changed from jonas to cmlenz
comment:2 Changed 5 years ago by anonymous
The original poster is correct. This is particularly confusing if you are upgrading and follow the TracUpgrade page which brazenly recommends you remove the existing cgi-bin, etc, in /usr/share/trac. If you are using the cgi/fcgi options then this leaves you stranded.
Deploy is undocumented, as best I can find.
comment:3 Changed 5 years ago by cboos
- Milestone 0.11.1 deleted
- Resolution set to duplicate
- Status changed from new to closed
See #6827.
Note: See
TracTickets for help on using
tickets.



I don't think it is documented (yet), but check out the trac-admin command "deploy".
See also [6894]
Not closing this ticket as the documentation might need some improvement.