Edgewall Software

Changes between Version 220 and Version 221 of TracInstall


Ignore:
Timestamp:
Dec 13, 2007, 4:00:03 PM (16 years ago)
Author:
Jeroen Ruigrok van der Werven
Comment:

Clarify some other systems' use of prefix.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v220 v221  
    101101This will byte-compile the python source code and install it in the `site-packages` directory
    102102of your Python installation. The directories `cgi-bin`, `templates`, `htdocs`, `wiki-default` and `wiki-macros` are all copied to `$prefix/share/trac/`. `conf` and `plugins` stub directories are also created under `$prefix/share/trac/`.
    103 On Linux, the default value of `$prefix` is `/usr`, so the installation will be to `/usr/share/trac`.
     103On Linux, the default value of `$prefix` is `/usr`, so the installation will be to `/usr/share/trac`, whereas the BSDs use `/usr/local`. Other Unix or Unix-like systems might use a similar prefix or something like `/opt`, please see your system's documentation for details.
    104104
    105105The 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.