[Trac-tickets] [The Trac Project] #1626: Configure wiki-default path

The Trac Project noreply at edgewall.com
Wed Jun 1 05:41:28 CDT 2005


#1626: Configure wiki-default path
------------------------+---------------------------------------------------
       Id:  1626        |      Status:  new                     
Component:  trac-admin  |    Modified:  Wed Jun  1 05:41:26 2005
 Severity:  normal      |   Milestone:                          
 Priority:  normal      |     Version:  devel                   
    Owner:  daniel      |    Reporter:  claire.info at gmail.com   
------------------------+---------------------------------------------------
 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?

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1626>
The Trac Project <>


More information about the Trac-Tickets mailing list