Versions Compared

Key

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

Checking out the Rice codebase

- Checkout the latest Rice codebase from Rice-Codebase (https://test.kuali.org/svn/rice/trunk).

Check out clover-integration (rice data)

- Checkout the clover integration folder from Clover-Integration (https://test.kuali.org/svn/kul-cfg-dbs/branches/clover-integration)

Setup sample-app-config.xml

- Create a file called sample-app-config.xml under user.home/kuali/main/dev/

Setup impex-build.properties

- Create a file called impex-build.properties under user.home

Info
titleUpdate torque.schema.dir entry in impex-build.properties

Update the directory entry for torque.schema.dir in the impex-build.properties file to point to clover folder in your checked out rice codebase. The clover folder won't exist but its ok to point to that as you will see in the next sections why it would work.

Setup database

1. Navigate to the clover-integration/impex folder

...

Info
titleSatellite Update

Satellite-update tries to check out whatever is set in your impex build file, but if you point it to check it out with a folder that already exists and is an svn location, it will just update that location (and use that locations svn repo).

Setup IntelliJ Project

1. Launch IntelliJ

2. Under the Quick Start menu click Open Project

...

Info
titleFacets creation by IntellIJ

IntelliJ detects various facets if available and will prompt you to automatically create as part of the project configuration. You should accept when prompted or click on the create options when presented.

Setup Tomcat Configuration Image Modified

Info
titleArtifact for deployment

Note - The artifact that you will need to mark for deployment will be 'rice-sampleapp:war exploded' and not the sample-app.war.

Launch Sample App

Launch the sample app program by running tomcat. In the login prompt enter admin as the username and you should get to the main menu.

Setup for Ecliplse

1. Setup the Database

Follow the instructions in the wiki 

...

change the username/pwd to the following

                <!-- set some datasource defaults -->

                <param name="datasource.username">rice</param>

...