Versions Compared

Key

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

...

  1. Checkout the project
    No Format
    
    svn checkout https://svn.kuali.org/repos/ole/branches/dev/50-upgrade-test-1 ole
    
  2. Change into the directory for the ole-sql module
    No Format
    
    cd ole/ole-app/ole-db/ole-sql
    
  3. Bundle the SQL
    No Format
    
    mvn clean install
    
  4. Execute the SQL against a local MySQL database configured so the root user does not have a password
    No Format
    
    mvn initialize -Pdb,mysql -N