Edgewall Software

Changes between Version 5 and Version 6 of TracInstall


Ignore:
Timestamp:
Feb 3, 2004, 4:05:41 PM (20 years ago)
Author:
Jonas Borgström
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v5 v6  
    1313 * [http://pysqlite.sf.net/ pysqlite], version >= 0.4.3
    1414 * [http://clearsilver.net/ ClearSilver], version >= 0.9.3
    15  * A CGI-capable webserver (only tested with Apache)
     15 * A CGI-capable web server (only tested with Apache)
    1616
    1717== Installing Trac ==
     
    2222== Initializing the database ==
    2323
    24 Trac stores wiki pages, tickes and other information in a sqlite database.
    25 Sqlite databases ar just ordinary files on the harddrive, no database server
     24Trac stores wiki pages, tickets and other information in a sqlite database.
     25Sqlite databases are just ordinary files on the hard drive, no database server
    2626is required.
    2727
     
    3030 {{{$ trac_admin.py /path/to/mydatabase.db initdb}}}
    3131
    32 NOTE: The database file have to be located in a directory where the webserver
     32NOTE: The database file have to be located in a directory where the web server
    3333user has write permission to both the file and the directory.
    3434
     
    3939 {{{$ trac_admin.py /path/to/mydatabase.db config list}}}
    4040
    41 Most settings should be okey, but you have to verify that these settings
     41Most settings should be okay, but you have to verify that these settings
    4242are correct:
    4343 * general.repository_dir. This should be the path to the svn repository.
     
    5151
    5252copy "{{{trac/cgi-bin/trac.cgi}}}" to
    53 you webservers {{{/cgi-bin/}}} directory. Of course you can configure apache
     53you web servers {{{/cgi-bin/}}} directory. Of course you can configure apache
    5454to use the "{{{trac/cgi-bin/}}}" directory directly if you like.
    5555
    56 Finally adjust the filenames and add this config snippet to your webserver:
     56Finally adjust the filenames and add this config snippet to your web server:
    5757 
    5858{{{