Changes between Version 10 and Version 11 of ExoWebCodeReviewPlugin


Ignore:
Timestamp:
Mar 8, 2010, 3:40:57 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

Installation steps

Legend:

Unmodified
Added
Removed
Modified
  • ExoWebCodeReviewPlugin

    v10 v11  
    1212
    1313== Description ==
    14 
    15 More information can be found on [http://contrib.exoweb.net/wiki/CodeReviewPlugin ExoWeb's site].
    1614
    1715For an introduction, take a look at the [ExoWebCodeReviewPlugin/CodeReviewTutorial Tutorial].
     
    3735== Installation ==
    3836
    39 For installation steps, refer to the [ExoWebCodeReviewPlugin/PluginInstallation PluginInstallation] page.
     37 * Install the !CodeReview egg, just like you would any other Trac plugin. Drop the egg into your plugins or site-packages folder and then try to access Trac in your browser. You will get an error message saying that the database needs to be upgraded and telling you to use the trac-admin command to do it. Perform the upgrade.
     38 * Put the files under `site_templates` into your trac sites's templates folder.
     39 * Modify the email notification settings on codereview manager page (`http://your_trac_site/CodeReviewManager`) to fit your preferences. You'll need to have `CODE_REVIEW_ADMIN` permission to do this.
     40 * Assign permissions `CODE_REVIEW_VIEW` and `CODE_REVIEW_ADMIN` permissions to your users. The `CODE_REVIEW_ADMIN` permission gives users writable access to /CodeReviewManager page.
    4041
    4142== Example ==