1. Make sure your MySQL database is configured to have lower case table names. With upper case table names, setup will fail.
Follow the
Project and Database Setup as outlined in the readme file above. This will build rice project and will also create Rice's regular tables (KIM, KEW etc) and SampleApp tables in your MySQL db.
2. Copy rice-config.xml from the readme page above and place it as <home>/kuali/main/dev/rice-config.xml.
3. Rename rice-config.xml to krad-sampleapp-config.xml
4. Change value of app.context.name param in krad-sampleapp-config.xml from rice-standalone to kradsampleapp
5. Create an xml file kradsampleapp.xml in your <tomcat_home>/conf/Catalina/localhost/kradsampleapp.xml with following contents
<Context path="/kradsampleap" reloadable="true" docBase="<your local path to rice build>/rice-master/rice-framework/krad-sampleapp/web/target/rice-krad-sampleapp-web-2.6.4-SNAPSHOT">
</Context>