Versions Compared

Key

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

...

  1. Create a directory where you will store working copies of files to be checked out from Subversion, such as /home/oracle/subversion/rice-db
  2. Navigate to /home/oracle/subversion/rice-db
  3. Checking out schema-related files
    Code Block
    borderStylesolid
    [/home/oracle/subversion/rice-db]$ svn co https://svn.ucdavis.edu/svn/kuali/RiceStandaloneServer/rice-db/tags/<Rice version>.
    
    Info

    Under /home/oracle/subversion/rice-db, there will now be a /<Rice version> directory

...

  1. Copy /home/oracle/subversion/rice-db/<Rice version>/impex-build.properties.sample to your home directory and rename it to impex-build.properties
  2. Modify /wiki/spaces/UCDK/pages/119111688 to suit. There are helpful schema utility scripts located in /home/oracle/subversion/rice-db/<Rice version>/schema-utils.
    Info

    The impex-build.properties.sample file already has pre-import and post-import scripts defined.

...

  1. Navigate to /home/oracle/subversion/rice-db/<Rice version>/database-impex
  2. Set the classpath to include libraries required by the Impex Tool
    Code Block
    borderStylesolid
    [/home/oracle/subversion/rice-db/<Rice version>/database-impex}]$ set classpath=./lib;$CLASSPATH
    
  3. Execute the refresh
    Code Block
    borderStylesolid
    [/home/oracle/subversion/rice-db/<Rice version>/database-impex}]$ ant import