Edgewall Software

Changes between Version 101 and Version 102 of TracOnUbuntu


Ignore:
Timestamp:
Mar 7, 2015, 3:01:08 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Page cleanup.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnUbuntu

    v101 v102  
    1 = Trac on Ubuntu =
     1= Trac on Ubuntu
    22[[PageOutline]]
    3 {{{
    4 #!div class=important
     3
     4{{{#!div class=important
    55'''Help wanted:''' The various Ubuntu specific install docs should be cleaned and merged where that makes sense...
    66}}}
    77
    8  * Back to TracInstallPlatforms
    9  * TracInstall - See this before reading any distro specific tutorial
     8* Back to TracInstallPlatforms
     9* TracInstall - See this before reading any distro specific tutorial
    1010
    1111
     
    2626'''DB:''' Most tutorials do not say the database they are using. I assume the default is SQLite.
    2727
    28 == Installing Trac on Ubuntu ==
     28== Installing Trac on Ubuntu
    2929This is a short recipe to install and configure a virtual `Apache2` host with `Trac`
    3030
    31 === Which Ubuntu packages are needed ===
     31=== Which Ubuntu packages are needed
    3232The typical procedure to install Trac under Ubuntu with its default dependencies (default - chosen by apt) is:
    3333{{{#!sh
     
    3737Ensure 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.
    3838
    39 ==== Upgrade python packages ====
     39==== Upgrade python packages
    4040Ubuntu pre-packaged python resources are not always the newest; you may consider to upgrade them with `easy_install` or `pip`
    4141- Upgrade with `easy_install`
     
    5151}}}
    5252
    53 === Configuring a virtual host ===
     53=== Configuring a virtual host
    5454Here is a sample virtual host configuration running under `apache2` (one file) with minimal, "entry level" settings.
    5555The 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.
     
    104104</VirtualHost>
    105105}}}
     106
    106107==== Enable prepared configuration
    107108{{{#!sh