Edgewall Software

Changes between Version 103 and Version 104 of TracOnUbuntu


Ignore:
Timestamp:
Oct 16, 2017, 8:12:50 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracOnUbuntu

    v103 v104  
    1414
    1515||= Tutorial =||=  Ubuntu Version =||= Trac Version =||= Apache =||= VCS =||= Database =||
    16 || [wiki:Ubuntu-11.10 Ubuntu-11.10] || 11.10 || 0.12 || Mod_WSGI || ? || ? ||
    17 || [wiki:Ubuntu-11.04-Subversion Ubuntu-10.04-Subversion] || 10.04 || 0.12 || Mod_Python || Subversion || MySQL ||
     16|| [wiki:Ubuntu-11.04-Subversion Ubuntu-14.04] || 14.04 || 0.12 || Mod_Python || Subversion || MySQL ||
     17|| [wiki:Ubuntu-11.10] || 11.10 || 0.12 || Mod_WSGI || ? || SQLite ||
    1818|| [wiki:Ubuntu-10.04-Bazaar] || 10.04 || 0.12 || Mod_WSGI || Bazaar || MySQL ||
    1919|| [wiki:Ubuntu-10.04.03-Git] || 10.04.03 || 0.11 || Mod_Python || Git || MySQL ||
    20 || [https://help.ubuntu.com/community/Trac Ubuntu Help] || ? || ? || Mod_Python || ? || SQLite ||
    2120|| [wiki:0.11/TracOnUbuntu] || 8.04 || 0.11 || Mod_Python || Subversion || SQLite ||
     21|| TracInstallUbuntu || 8.04 || 0.11.5 || Mod_Python || ? || SQLite ||
    2222|| TracUbuntuMultipleProjects || 8.04 || 0.11 || Mod_Python || Subversion || SQLite ||
    2323|| TracFeisty || 7.04 || ? || Mod_Python || Subversion || SQLite ||
    24 || TracInstallUbuntu || ? || 0.11.5 || Mod_Python || ? || SQLite ||
    2524|| [https://help.ubuntu.com/community/UbuntuTracHowto Ubuntu-Trac] || ? || ? || Mod_Python || Subversion || SQLite ||
     25|| [https://help.ubuntu.com/community/Trac Ubuntu Help] || ? || ? || Mod_Python || ? || SQLite ||
    2626
    2727'''Database:''' Most tutorials do not state the database they are using. The default database is SQLite.
     
    3939}}}
    4040
    41 Ensure 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.
     41Ensure that the Python version matches the Trac latest, otherwise apt will install a 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.
    4242
    4343==== Upgrade Python packages
     
    6161
    6262Here is a sample virtual host configuration running under `apache2` (one file) with minimal, entry-level settings.
    63 The 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.
     63The configuration file should be created at the `apache2` known place for site configs (see below), and then the configured site can be "enabled" to run.
    6464
    65 The following considerations used within this config. Yours may vary, so adjust them below accordingly:
     65The following considerations used within this configuration. Yours may vary, so adjust them below accordingly:
    6666- `trac.local` is a hostname of virtual host
    6767- `/var/local/trac` is a directory (Trac project) at that host
     
    7272
    7373First you need to:
    74 - create directory for Trac project and change its access permissions to that under which `apache2` runs (`www-data` in most cases)
     74- create a directory for the Trac project and change its access permissions to that under which `apache2` runs (`www-data` in most cases)
    7575- initialize `Trac` environment within that directory
    7676- create `apache2` htpasswd entry for authorized web user access within this directory