> C:\Python24\Scripts>python trac-admin.py trac\calcrepo initenv

BTW this is a bad idea to store your Trac environment in
C:\Python24\Scripts (it should work, but it is a bad idea)

> C:\Program Files\Apache Group\Apache2\bin>htdigest -c c:
> \python24\scripts\trac\c
> alcrepo\conf\users trac yogi

So "trac" is the realm, "yogi" is a valid user, and
"c:\python24\scripts\trac\calcrepo\conf\users" it the authentication
file

> 3) run your tracd instance
> C:\Python24\Scripts>tracd.py -p 8080 --auth 
> trac\calcrepo,trac\calcrepo\conf\users,trac trac\calcrepo

Here is the problem, the --auth option should be written:
--auth calcrepo,C:\Python24\Scripts\trac\calcrepo\conf\users,trac

> my httpd.conf file looks like this
You don't need Apache to use tracd.

Some tips:
 * avoid relative paths, at least at first; once everything works, you
may use relative paths if it better fits your installation
 * remember that many things are case-sensitive, so "Trac" and "trac"
may not be equivalent

First try to login and check that the "Authentication unavailable"
infamous message does not show up anymore. Once this is done, it will
be time to give or remove permissions for WIKI_VIEW and the like. But
till the message shows up, it is pointless to tweak the Trac
permissions.

HTH,
Manu

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to