Edgewall Software

Changes between Version 304 and Version 305 of TracInstall


Ignore:
Timestamp:
May 7, 2010, 4:03:37 PM (14 years ago)
Author:
Christian Boos
Comment:

Simplified install procedure for l10n (#9291)

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v304 v305  
    11{{{
    2 #!div style="margin-top: .5em; padding: 0 1em; background-color: #ffd; border:1px outset #ddc;"
    3 
    4   '''NOTE: this page is for 0.12dev (trunk), the version currently in development. For installing previous Trac versions, please refer to [[0.11/TracInstall]]'''
     2#!div style="margin-top: .5em; padding: 0 1em; background-color: #ffd; border:1px outset #ddc; text-align: center"
     3
     4  '''NOTE: this page is for 0.12dev (trunk), the version soon to be released. \\
     5  For installing previous Trac versions, please refer to [[0.11/TracInstall]]'''
    56}}}
    67= Trac Installation Guide for 0.12dev =
     
    180181The script will also install the [wiki:TracAdmin trac-admin] command-line tool, used to create and maintain [wiki:TracEnvironment project environments], as well as the [wiki:TracStandalone tracd] standalone server.
    181182
    182 If you install from source and want to make Trac available in other languages, make sure you have installed Babel and then run this additional step before doing the `install` (or simply redo the `install` afterwards):
    183 {{{
    184 $ python ./setup.py compile_catalog -f
    185 }}}
    186 (the `-f` flag is needed as long as some translations are marked ''fuzzy'', i.e. incomplete, which will most probably be the case during the whole development period, as  strings are continuously added or modified)
    187 
     183If you install from source and want to make Trac available in other languages, make sure  Babel is installed. Only then, perform the `install` (or simply redo the `install` once again afterwards if you realize Babel was not yet installed):
     184{{{
     185$ python ./setup.py install
     186}}}
     187Alternatively, you can do a `bdist_egg` and copy the .egg from dist/ to the place of your choice, or you can create a Windows installer (`bdist_wininst`).
    188188
    189189=== Advanced Options ===