Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
title
title

Create a file called OLE_Rice2-config.xml under "user.home"/kuali/main/dev/. Alternatively you can copy it from the additionalfiles folder within the codebase.

Create a file called rice.keystore files under "user.home"/kuali/main/dev. Alternatively copy the rice.keystore file as well from the additionalfiles folder within the project codebase and place it under "user.home"/kuali/main/dev.

2. DB Setup

a. MYSQL

...

:

In order to get a local database setup with rice and ole tables the following maven command

...

needs to be executed from the ole-rice-db module in the project folder; mvn -Pmysql clean initialize. This will setup the rice/ole database with all the necessary data.

...

3. Clear your .m2/repository/org/kuali/rice Folder

...

- In order to start clean and to ensure there weren't any older versions of rice.jars around, need to wipe out the entire rice folder.

...