Versions Compared

Key

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

...

  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 Database 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

Subversion Prep

Project Structure

  1. Your Rice-specific data will be stored at https://svn.ucdavis.edu/svn/kuali/RiceApplications/<my application>. It is up to you to manage the structure underneath this directory.
  2. The Impex Tool, Rice Bootstrap Data, and Schema Utilities are stored at https://svn.ucdavis.edu/svn/kuali/RiceStandaloneServer/rice-db/tags/<Rice version>. These are need for managing your schemas.
    Checking Out Projects
  3. Create a directory where you will store working copies of files to be checked out from Subversion, such as <PATH>/subversion/rice
  4. Navigate to <PATH>/subversion/rice
  5. Checking out schema-related files
    Code Block
    borderStylesolid
    
    [<PATH>/subversion/rice]$ svn co https://svn.ucdavis.edu/svn/kuali/RiceStandaloneServer/rice-db/tags/<Rice version>.
    
    Info

    Under <PATH>/subversion/rice, there will now be an /<Rice version> directory

Refreshing Your Schema

Subversion Prep

  1. Checkout the Impex Tool from