Edgewall Software

Changes between Version 6 and Version 7 of Bitten Install


Ignore:
Timestamp:
Dec 1, 2005, 11:50:25 PM (18 years ago)
Author:
cmlenz
Comment:

Sync with README

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Install

    v6 v7  
    99 * The web interface, which is implemented as an add-on to [http://trac.edgewall.com/ Trac] and provides a build management interface as well as presentation of build results.
    1010
    11 Both the build master and the web interface depend on Trac 0.9 beta 2, and need to be installed on the same machine, together with the [http://subversion.tigris.org/ Subversion] repository. The build slave only requires [http://www.python.org/ Python] (>= 2.3) and [http://peak.telecommunity.com/DevCenter/setuptools setuptools], as well as the tools required by the build process itself. A build slave may be run on any machine that can connect to the server running the Bitten build master.
     11Both the build master and the web interface depend on Trac 0.9, and need to be installed on the same machine, together with the [http://subversion.tigris.org/ Subversion] repository. The build slave only requires [http://www.python.org/ Python] (>= 2.3) and [http://peak.telecommunity.com/DevCenter/setuptools setuptools], as well as the tools required by the build process itself. A build slave may be run on any machine that can connect to the server running the Bitten build master.
    1212
    1313
     
    3030What's left to do now depends on whether you want to use the build master and web interface, or just the build slave. In the latter case, you're already done. You might need to install software that the build of your project requires, but the Bitten build slave itself doesn't require anything extra.
    3131
    32 For the build master and web interface, you'll also need to install [http://trac.edgewall.com/ Trac] 0.9 beta 2 and its dependencies. Please refer to the [http://projects.edgewall.com/trac/wiki/TracInstall Trac documentation] for information on how it is installed.
     32For the build master and web interface, you'll also need to install [http://trac.edgewall.com/ Trac] 0.9 and its dependencies. Please refer to the [http://projects.edgewall.com/trac/wiki/TracInstall Trac documentation] for information on how it is installed.
    3333
    3434
     
    3737Once Bitten and Trac are installed and working, you'll have to introduce Bitten to your Trac project environment. If you don't have a  Trac project set up yet, you'll need to do so in order to use Bitten.
    3838
    39 If you already have a Trac project environment, the Trac web interface will inform you with an error message that the environment needs to be upgraded. To do this, run:
     39If you already have a Trac project environment, the Bitten plugin needs to be explicitly enabled in the Trac configuration. This is done by adding it to the `[components]` section in `/path/to/projenv/conf/trac.ini`:
     40{{{
     41  [components]
     42  bitten.* = enabled
     43}}}
     44
     45The Trac web interface should now inform you with an error message that the environment needs to be upgraded. To do this, run:
    4046{{{
    4147  $ trac-admin /path/to/projenv upgrade