Versions Compared

Key

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

Overview

Integrating your application with Kuali Rice starts with a knowledge of how the Rice environment works. This starts with sending a request for access to kr-access@ucdavis.edu. Upon subsequent approval of the Anchor Application Service Managers , the Kuali Rice team will provision the following accounts for you.: Access to DEV environment

  1. Shell Account to Shell account on rice-dev.ucdavis.edu for managing dev instance
    • manage your designated Tomcat instance
  2. DB account for managing Rice DEV schema
    • check logs
    • tweak Rice properties
  3. Account on the Rice development database
    • load your own data
    • refresh the entire schema
    • manage schema objects like sequences, stored procedures, etc.
  4. LDAP service account to ldap-test.ucdavis.edu
    • read access to LDAP directory
    Rice instances wiki link
    See embedding Kuali Rice
    See hit list for current issues

These accounts will allow you to manage your own Rice development instance.

Managing Rice Instance

Tomcat

  1. Starting/stopping Tomcat instance:
    Code Block
    borderStylesolid
    [~/]$ sudo /etc/init.d/tomcatX start (or stop)
  2. Tomcat log is at /usr/share/tomcat*X*/logs/catalina.out, where X represents your /wiki/spaces/UCDK/pages/119111827.

Rice Settings

  1. Rice Configuration: /usr/local/rice/dev-X-<Rice version>/rice-config.xml, where X is the name of your application (MIV, KFS, KC, etc.).
  2. Log4J: /usr/local/rice/dev-X-<Rice version>/log4j.properties

Databas Access

  1. You will find your database URL and credentials in rice-config.xml. Look for the properties datasource.url, datasource.username and datasource.password