diff --git a/README.mdown b/README.mdown index eef2855..d82b63e 100755 --- a/README.mdown +++ b/README.mdown @@ -16,7 +16,7 @@ Versions tested are in parentheses Database -------- -This distribution of FixCache operates on a MySQL database constructed by [our fork of CVSanalY2](http://github.com/SoftwareIntrospectionLab/cvsanaly) constructed with the following parameters: +This distribution of FixCache operates on a MySQL database constructed by [MininGit](http://github.com/SoftwareIntrospectionLab/miningit) constructed with the following parameters: ./cvsanaly2 --db-user=[user] --db-password=[password] --extensions=FileTypes,BugFixMessage,Content,FileCount,Patches,Hunks,HunkBlame --hard-order [repository path] @@ -31,7 +31,7 @@ The standard Maven `mvn clean/build/test/run` goals work, and these are wrapped Configuring FixCache -------------------- -First off, you need a MySQL database populated with CVSanalY2 data, as previously described. Next, you'll need to create a file called `database.properties` in the root directory so FixCache knows how to connect to it. +First off, you need a MySQL database populated with MininGit data, as previously described. Next, you'll need to create a file called `database.properties` in the root directory so FixCache knows how to connect to it. Here's an example `database.properties` file, which follows standard [Java Properties file](http://en.wikipedia.org/wiki/.properties) formatting. You'll need to provide at least your username and password: