Ticket #1626 (closed defect: fixed)
Configure wiki-default path
| Reported by: | claire.info@… | Owned by: | daniel |
|---|---|---|---|
| Priority: | low | Milestone: | 0.11 |
| Component: | general | Version: | devel |
| Severity: | minor | Keywords: | wiki-default setuptools |
| Cc: |
Description
I installed Trac with these commands :
python ./setup.py build python ./setup.py install_lib python ./setup.py install_scripts -d /opt/trac/trac/bin python ./setup.py install_data -d /data/trac/trac
The directory wiki-default is here : /data/trac/trac/share/trac/wiki-default/
But when I create and initialize a new environment, I am unable to give this path and so I have an error :
Creating and Initializing Project Inserting default data Configuring Project trac.repository_dir trac.templates_dir project.name Installing wiki pages Failed to initialize database. [Errno 2] No such file or directory: '/opt/trac/python/share/trac/wiki-default'
Is there a way to fix it?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


