On 12/24/12, Alexandre Franke <[email protected]> wrote: > On Sat, Dec 22, 2012 at 9:24 PM, Olemis Lang <[email protected]> wrote: > [...] > >>> in >>> addition to the other htdocs directories, or have the plugin move its >>> files in my usual htdocs directories. Any tips? >> >> Did you use trac-admin deploy to retrieve static files from a >> different location ? > > I used trac-admin deploy to have a htdocs (cgi) directory in my trac > environment parent directory. I also have an AliasMatch rule in my > Apache configuration file for that to work. I know it works because > the project logo is displayed as expected in the top left corner. > > Thus I have working htdocs in two locations: > * in ENV_PARENT_DIR > * in /usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/ >
Trac's /htdocs URL namespace is scattered since components contribute folders with static files (e.g. /usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/htdocs , ...) I'm not sure , but maybe you should re-deploy to a temporary location and rsync with ENV_PARENT_DIR htdocs copy . Does it makes any sense ? -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
