Rice Documentation KRAD

9 views
Skip to first unread message

Ronald Gouldner

unread,
Sep 16, 2016, 5:02:02 PM9/16/16
to KualiOnPremTechGroup, KCTechCollab

I used to be able to visit this page to see samples of KRAD code and documentation.

http://krad.rice.kuali.org/

 

It's dead now.  Is there a new home?

 

Ron

 

Dixit, Vivek

unread,
Dec 22, 2018, 12:00:30 AM12/22/18
to Ronald Gouldner, KualiOnPremTechGroup, KCTechCollab
Hi Ron,

2 years after the original question was asked, here is a screenshot of the KRAD sample application, that comes bundled with Rice project, running in my local machine.

Let me  know if you or anyone needs help setting this up. It looks pretty useful to me. It has a LIBRARY menu which has an inventory of all UIF/KRAD components. It also has a DEMO menu that contains the sample app.

Thanks!
Vivek







-- 
You received this message because you are subscribed to the Google Groups "KC Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kc.technical.co...@kuali.org.

PastedGraphic-1.tiff

Ronald Gouldner

unread,
Jan 10, 2019, 7:30:45 PM1/10/19
to Dixit, Vivek, KualiOnPremTechGroup, KCTechCollab
One month (almost) after your answer I found it in my email :)  This is exactly what I  was looking for.  How did you build this?  Is it build from the KC version of rice ?

Ron

Dixit, Vivek

unread,
Jan 11, 2019, 6:08:24 AM1/11/19
to Ronald Gouldner, KualiOnPremTechGroup, KCTechCollab
It is built using regular Rice. Go to this project page: https://github.com/KualiCo/rice

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>
Reply all
Reply to author
Forward
0 new messages