Edgewall Software

Changes between Version 10 and Version 11 of 0.12/TracUpgrade


Ignore:
Timestamp:
Apr 10, 2010, 11:53:40 AM (14 years ago)
Author:
Christian Boos
Comment:

update easy_install tip

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracUpgrade

    v10 v11  
    1010Get the new version as described in TracInstall, or your operating system specific procedure.
    1111
    12 {{{#!div style="background:#efe"
    13 Rewrite / Remove:  Do we keep this? Should the number be changed to 0.12? Or should it be moved to TracInstall?
    14 }}}
    15 
    16 If you installed a recent 0.11 version of Trac via {{{easy_install}}}, it might be the easiest to use it also to upgrade you Trac installation.
     12If you already have a 0.11 version of Trac installed via `easy_install`, it might be the easiest to use it also to upgrade you Trac installation.
    1713
    1814{{{
    19 # easy_install --upgrade Trac
     15# easy_install --upgrade Trac=0.12beta1
    2016}}}
     17(once beta1 is released, that is)
    2118
    2219If you do a manual (not operating system specific) upgrade, you should also stop any running Trac server before the installation. Doing "hot" upgrades is not advised, especially not on Windows ([trac:ticket:7625 #7265]).
     
    2421You may also want to remove the pre-existing Trac code by deleting the `trac` directory from the Python `lib/site-packages` directory, or remove Trac .eggs from former versions.
    2522The location of the site-packages directory depends on the operating system, and the location in which Python was installed. However, the following locations are common:
    26  * on Linux: /usr/lib/python2.X/site-packages
    27  * on Windows: C:\Python2.X\lib\site-packages
    28  * on MacOSX: /Library/Python/2.X/site-packages
     23 * on Linux: `/usr/lib/python2.X/site-packages`
     24 * on Windows: `C:\Python2.X\lib\site-packages`
     25 * on MacOSX: `/Library/Python/2.X/site-packages`
    2926
    3027You may also want to remove the Trac `cgi-bin`, `htdocs`, `templates` and `wiki-default` directories that are commonly found in a directory called `share/trac` (the exact location depends on your platform).