Edgewall Software

Changes between Version 29 and Version 30 of TracOnOsx


Ignore:
Timestamp:
Jun 22, 2005, 7:39:25 PM (19 years ago)
Author:
Henk Poley
Comment:

Some fixes

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v29 v30  
    7575== Setting up Trac using Apple Personal Webserver ==
    7676
    77 To initialize a Trac environment at {{{/path/to/projectenv}}} run the following commands (you need to have a Subversion repository ready somewhere):
     77'' For more a in depth description read TracInstall ''
     78
     79To initialize a Trac environment at {{{/path/to/projectenv}}} run the following commands, trac-admin will ask for an existing Subversion repository:
    7880
    7981{{{
    8082$ trac-admin /path/to/projectenv initenv
    81 $ cd /path/to/projectenv
    82 $ sudo chown -R www .
     83$ sudo chown -R www /path/to/projectenv
    8384}}}
    8485