%META:TOPICINFO{author="TWikiContributor" date="1296362903" format="1.1" version="1"}%
---+ Installation of the !PeerPlugin

Follow these steps to install the PeerPlugin for TWiki:

   1 Do PeerReviewMySQLSetUp
   1 Do PeerReviewDbiDbdSetUp
   1 Unzip the <nop>PeerPlugin.zip file in your twiki installation directory
   1 Edit the top of =twiki/lib/TWiki/Plugins/PeerPlugin/Review.pm= to reflect the database name and logon that you have chosen: %BR%
     =my $dataBase = "dbi:mysql:Peer";= %BR%
     =my $dbUsername  = "myusername";= %BR%
     =my $dbPassword  = "mypassword";=
   1 Add =%<nop>PRLINK%= and =%<nop>PRRATING%= to the topic action button section of the skin you are using.
   1 Check any topic in the test web and just click "Review" to see if the installation is successful.

---++ Install Set

List of Items Contained within the Peer Review Plugin install set:

   1 =twiki/lib/Plugins/PeerPlugin.pm=
   1 =twiki/lib/Plugins/PeerPlugin/Review.pm=
   1 =twiki/pub/Plugins/PeerPlugin/*.gif=
   1 =twiki/templates/peerview.tmpl=
   1 =twiki/tools/dbitest=
   1 =twiki/data/%SYSTEMWEB%/PeerPlugin.txt=
   1 =twiki/data/%SYSTEMWEB%/PeerPluginView.txt=
   1 =twiki/data/%SYSTEMWEB%/PeerPluginForm.txt=
   1 =twiki/data/%SYSTEMWEB%/PeerPluginExtView.txt=
   1 =twiki/data/%SYSTEMWEB%/PeerPluginExtForm.txt=
   1 =twiki/data/%SYSTEMWEB%/PeerReviewStats.txt=
   1 =twiki/data/%SYSTEMWEB%/PeerReviewExamples.txt=
   1 =twiki/data/%SYSTEMWEB%/PeerReviewInstall.txt=
   1 =twiki/data/%SYSTEMWEB%/PeerReviewMySQLSetUp.txt=
   1 =twiki/data/%SYSTEMWEB%/PeerReviewDbiDbdSetUp.txt=

---++ To-do

Move configuration settings into configure (=LocalSite.cfg=)

-- TWiki:People.StephenRoe - 27 Jun 2001

%META:TOPICMOVED{by="StephenRoe" date="994431946" from="Wikidev.PeerReviewInstallSet" to="Wikidev.PeerReviewInstall"}%
