Edgewall Software

Changes between Version 3 and Version 4 of TracInstallationGuide


Ignore:
Timestamp:
Jan 12, 2004, 12:18:03 AM (20 years ago)
Author:
Jonas Borgström
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracInstallationGuide

    v3 v4  
    1616
    1717== Installing Trac ==
    18 
    19  $ python ./setup.py build
    20 
    21  $ python ./setup.py install
    22 
     18{{{
     19        $ python ./setup.py build
     20        $ python ./setup.py install
     21}}}
    2322== Initializing the database ==
    2423
     
    2928A new trac database can be created like this:
    3029
    31  $ trac_admin /path/to/mydatabase.db initdb
     30 {{{$ trac_admin /path/to/mydatabase.db initdb}}}
    3231
    3332NOTE: The database file have to be located in a directory where the webserver
     
    3837command will display the trac configuration:
    3938
    40  $ trac_admin /path/to/mydatabase.db config list
     39 {{{$ trac_admin /path/to/mydatabase.db config list}}}
    4140
    4241Most settings should be okey, but you have to verify that these settings
     
    4746A config value is modified like this:
    4847
    49  $ trac_admin /path/to/mydatabase.db config set <name> <value>
     48 {{{$ trac_admin /path/to/mydatabase.db config set <name> <value>}}}
    5049
    5150== Configuring Apache ==