Edgewall Software

Changes between Version 379 and Version 384 of TracInstall


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v379 v384  
    1 {{{#!div style="margin-top: .5em; padding: 0 1em; background-color: #ffd; border:1px outset #ddc; text-align: center"
    2 
    3  '''NOTE: the information in this page applies to Trac 1.0, the current version of Trac. \\
    4  For installing previous Trac versions, please refer to [[wiki:0.12/TracInstall]] (for Trac 0.12)'''
    5 }}}
    6 
    71= Trac Installation Guide for 1.0
    82[[TracGuideToc]]
     
    4842SQLite 2.x is no longer supported.
    4943
    50 A known bug in PySqlite versions 2.5.2-4 prohibits upgrades of Trac databases
     44A known bug in [trac:PySqlite] versions 2.5.2-4 prohibits upgrades of Trac databases
    5145from 0.11.x to 0.12. Please use versions 2.5.5 and newer or 2.5.1 and
    5246older. See #9434 for more detail.
     
    7973 * [http://subversion.apache.org/ Subversion], 1.5.x or 1.6.x and the '''''corresponding''''' Python bindings. Older versions starting from 1.0, like 1.2.4, 1.3.2 or 1.4.2, etc. should still work. For troubleshooting information, check the [trac:TracSubversion#Troubleshooting TracSubversion] page.
    8074
    81 There are [http://subversion.apache.org/packages.html pre-compiled SWIG bindings] available for various platforms. (Good luck finding precompiled SWIG bindings for any Windows package at that listing. TracSubversion points you to [http://alagazam.net Alagazam], which works for me under Python 2.6.)
     75There are [http://subversion.apache.org/packages.html pre-compiled SWIG bindings] available for various platforms. (Good luck finding precompiled SWIG bindings for any Windows package at that listing. [trac:TracSubversion] points you to [http://alagazam.net Alagazam], which works for me under Python 2.6.)
    8276
    8377Note that Trac '''doesn't''' use [http://pysvn.tigris.org/ PySVN], neither does it work yet with the newer `ctype`-style bindings.
     
    170164All commands (`tracd`, `trac-admin`) are available in `/opt/user/trac/bin`. This can also be leveraged for `mod_python` (using `PythonHandler` directive) and `mod_wsgi` (using `WSGIDaemonProcess` directive)
    171165
    172 Additionally, you can install several Trac plugins (listed [http://pypi.python.org/pypi?:action=search&term=trac&submit=search here]) through pip.
     166Additionally, you can install several Trac plugins (listed [https://pypi.python.org/pypi?:action=browse&show=all&c=516 here]) through pip.
    173167
    174168
     
    322316Assuming the deployment has been done this way:
    323317{{{#!sh
    324 $ trac-admin /var/trac/env deploy /path/to/trac/htdocs/common
     318$ trac-admin /var/trac/env deploy /path/to/shared/trac
    325319}}}
    326320