Edgewall Software

Changes between Version 93 and Version 94 of TracOnUbuntu


Ignore:
Timestamp:
May 28, 2013, 7:41:42 PM (11 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnUbuntu

    v93 v94  
    3232'''Ubuntu 8.04.2 Hardy Note:''' the default package installs trac-post-commit-hook under /usr/share/doc/trac/contrib path. Unfortunately this script is not working correctly with Trac 0.11 and you need to download the latest version from [source:0.11-stable/contrib/trac-post-commit-hook].
    3333
    34 == Installing Trac on Ubuntu
    35 This is a short recipe to install and configure virtual `Apache2` host with `Trac`
    36 === Which Ubuntu packages are needed
    37 Typical procedure to install Trac under Ubuntu with its default dependencies (default - choosed by apt) is
     34== Installing Trac on Ubuntu ==
     35This is a short recipe to install and configure a virtual `Apache2` host with `Trac`
     36
     37=== Which Ubuntu packages are needed ===
     38The typical procedure to install Trac under Ubuntu with its default dependencies (default - chosen by apt) is:
    3839{{{#!sh
    3940apt-get install python python-babel
    4041apt-get install trac
    4142}}}
    42 Ensure that python version matches Trac latest, otherwise apt will install older Trac version which matches your old python package installed. Also take into account that `python-babel` should be always installed before `trac` if you wish to see it internationalized.
    43 ==== Upgrade python packages
    44 Ubuntu pre-packaged python resources are not always newest, and you may consider to upgrade them with `easy_install` or `pip`
     43Ensure that the python version matches the Trac latest, otherwise apt will install an older Trac version which matches the older version of python that you have installed. Also take into account that `python-babel` should be always installed before `trac` if you wish to later configure internationalisation.
     44
     45==== Upgrade python packages ====
     46Ubuntu pre-packaged python resources are not always the newest; you may consider to upgrade them with `easy_install` or `pip`
    4547- Upgrade with `easy_install`
    4648{{{#!sh
     
    5456pip install --upgrade Trac
    5557}}}
    56 === Configuring virtual host
    57 Here is shown sample virtual host configuration running under `apache2` (one file) with minimal, "entry level" settings.
    58 Config file created at `apache2` known place for site configs (see below), and then configured site can be "enabled" to run.
     58
     59=== Configuring a virtual host ===
     60Here is a sample virtual host configuration running under `apache2` (one file) with minimal, "entry level" settings.
     61The config file should be created at the `apache2` known place for site configs (see below), and then the configured site can be "enabled" to run.
    5962
    6063The following considerations used within this config, yours may vary, so adjust them below appropriately at your own