From dac17a0f8af9d8525e7630cb0674c923097b2721 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Fri, 13 Sep 2002 18:54:31 +0000 Subject: [PATCH] updating scripts and docs git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@949 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-dcpd/etc/readme.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pmd-dcpd/etc/readme.txt b/pmd-dcpd/etc/readme.txt index 5b8fd2b5d4..42f4b9d442 100644 --- a/pmd-dcpd/etc/readme.txt +++ b/pmd-dcpd/etc/readme.txt @@ -2,17 +2,18 @@ PMD-DCPD Contents: Overview -How to run it on one machine -How to run it on several machines +How to run it on one machine (Win32) OVERVIEW PMD-DCPD is a distributed duplicate code detector. It is loosely based on Michael Wise's Greedy String Tiling Algorithm. -HOW TO RUN IT ON ONE MACHINE -Download the latest release +HOW TO RUN IT ON ONE MACHINE (Win32) +Download the latest Jini Starter kit +Download the latest PMD-DCPD release Start a JavaSpace Change the JavaSpace server name in Util.java and recompile the source code Open a console window and go to the pmd-dcpd\etc directory +Change the JavaSpace server name in go.bat and client_go.bat Start a manager by running "go DCPDManager c:\path\to\source\code 70" Start a worker by running "client_go DCPDWorker"