Modify ↓
      
Opened 17 years ago
Closed 17 years ago
#7470 closed defect (invalid)
Installer script does not create $prefix/share/trac
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | 0.11 | 
| Severity: | major | Keywords: | installer directory | 
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
From the INSTALL file:
The directories cgi-bin, templates, htdocs and wiki-default are all copied to $prefix/share/trac/.
Alas:
# python setup.py install --prefix=/usr ... # ls -ld /usr/share/trac ls: cannot access /usr/share/trac: No such file or directory
Attachments (0)
  Note:
 See   TracTickets
 for help on using tickets.
    


  
Installation has changed in 0.11 and nothing is installed in
/usr/share/tracanymore. See the 0.11 release notes. Also look into thetrac-admin deploycommand.