On 20-Jun-08, at 2:16 AM, Noah Kantrowitz wrote:

> Max wrote:
>> I'm trying to setup Trac under OS X (10.5.3), and I have followed
>> several "tutorials" on how to do it without much success. The main
>> source I have followed is http://www.sonzea.com/articles/subversion-trac.html
>> following those instructions I managed to get to the point where I
>> "have a functional and secure subversion server operating on port 443
>> using HTTPs".
>> I do believe Trac (0.11rc2) is properly installed now, as I'm able to
>> create a project under: /usr/local/, with:
>> $ sudo trac-admin /usr/local/trac initenv
>> $ sudo chown -R _www /usr/local/trac
>> But then, when I try to access it with:
>> $ tracd --port 8000 /usr/local/trac
>>
>
>
> The user max requires read _and_ write permission to the database  
> file /usr/local/trac/db/trac.db and the directory it is located in.
>
> You are not running tracd as _www, you are running it as your user.

Try
sudo tracd --port 8000 /usr/local/trac

David Starr
Technical Director
Trapeze Animation
[EMAIL PROTECTED]
902-370-3007

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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