Edgewall Software

Changes between Version 5 and Version 6 of 1.1/TracInstall


Ignore:
Timestamp:
Jan 10, 2015, 4:38:31 PM (9 years ago)
Author:
Jun Omae
Comment:

Merged TracInstall@380-384

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracInstall

    v5 v6  
    4242SQLite 2.x is no longer supported.
    4343
    44 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
    4545from 0.11.x to 0.12. Please use versions 2.5.5 and newer or 2.5.1 and
    4646older. See #9434 for more detail.
     
    7373 * [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.
    7474
    75 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.)
    7676
    7777Note that Trac '''doesn't''' use [http://pysvn.tigris.org/ PySVN], neither does it work yet with the newer `ctype`-style bindings.
     
    161161All 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)
    162162
    163 Additionally, you can install several Trac plugins (listed [http://pypi.python.org/pypi?:action=search&term=trac&submit=search here]) through pip.
     163Additionally, you can install several Trac plugins (listed [https://pypi.python.org/pypi?:action=browse&show=all&c=516 here]) through pip.
    164164
    165165
     
    313313Assuming the deployment has been done this way:
    314314{{{#!sh
    315 $ trac-admin /var/trac/env deploy /path/to/trac/htdocs/common
     315$ trac-admin /var/trac/env deploy /path/to/shared/trac
    316316}}}
    317317