Versions Compared

Key

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

...

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

...

titlesample-app.config.xml

...

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

2. run the following command: ant satellite-update

3. Upon successful run of the satellite-update verify the database is setup with tables etc.

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

3. Point to the pom.xml under the checked out rice codebase and click Ok.

4. This will create the intellij project for Rice.

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 Added

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.