Changes between Version 7 and Version 8 of BeanstalkPlugin


Ignore:
Timestamp:
Oct 14, 2016, 8:14:45 PM (8 years ago)
Author:
figaro
Comment:

Added installation notice

Legend:

Unmodified
Added
Removed
Modified
  • BeanstalkPlugin

    v7 v8  
    99This means the svnsync commands can be done automatically on commit, instead of via an out-of-band setup. It also enables the full set of "commit ticket updater" features for automatically associating tickets with changesets.
    1010
    11 It has only been tested with subversion and Trac 0.12.2!
    12 
    13 To use:
    14  * build and install the plugin: run `python setup.py bdist_egg`, copy the egg to `$trac/plugins`.
    15  * svnsync initialize a local mirror of the beanstalk repository.
    16  * add [beanstalk].trac_admin_command trac config, eg `trac_admin_command = /usr/local/bin/trac-admin`
    17  * add [beanstalk].sync_commands trac config with exact svnsync synchronize command, eg `sync_commands = REPO:svnsync synchronize file:///home/svn-repos/REPO`
    18  * beanstalk: point web hook integration at `http://trac/beanstalk_hook/REPO/`
     11It has only been tested with Subversion and Trac 0.12.2.
    1912
    2013== Bugs/Feature Requests
     
    2922The project is hosted on [https://github.com/dlowe/BeanstalkPlugin GitHub].
    3023
     24== Installation / Configuration
     25
     26 * Build and install the plugin: run `python setup.py bdist_egg`, copy the egg to `$trac/plugins`.
     27 * Svnsync initialize a local mirror of the beanstalk repository.
     28 * Add [beanstalk].trac_admin_command trac config, eg `trac_admin_command = /usr/local/bin/trac-admin`
     29 * Add [beanstalk].sync_commands trac config with exact svnsync synchronize command, eg `sync_commands = REPO:svnsync synchronize file:///home/svn-repos/REPO`
     30 * Beanstalk: point web hook integration at `http://trac/beanstalk_hook/REPO/`
     31
    3132== Author/Contributors
    3233