RjOllos wrote:
> On Tuesday, April 8, 2014 12:15:29 PM UTC-7, [email protected] wrote:
>>
>> Just one question, then: is it the case that without the agilo plugin
>> installed on the system, that the base trac does *not* have an admin
>> link, anywhere on the home page?
>>
>> This *appears* to conflict with what I read in the internal trac wiki,
>> that mentioned handling plugins via the admin page, which it shows an
>> example of.
>
> Trac w/o Agilo has an Admin link on the main navigation bar.
>

I just recreated/installed using trac-admin - initenv, minimally edit
trac.ini, deploy, and grant TRAC_ADMIN to myself (and chmod u+x on
track.cgi).

    logged in as <me>    Logout   Preferences   Help/Guide   About Trac

    Wiki   Timeline   Roadmap   View Tickets   New Ticket   Search

wiki:WikiStart
    Start Page
    Index
    History

And that's what's there. Nothing like an admin.

Btw, excerpted from my trac.conf for apache:
  SetEnv TRAC_ENV /path/to/trac/project
    SetEnv
PYTHONPATH=/usr/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg:/usr/lib/python2.6/site-packages:$PYTHONPATH
    SetEnv PYTHON_EGG_CACHE /tmp

<Location /cgi-bin/trac.cgi>
    SetHandler mod_python
    PythonHandler trac.web.modpython_frontend
    PythonOption TracEnv /path/to/trac
</Location>

Is there any other info you could use?

       mark

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to