...
- Checkout the project
No Format svn checkout https://svn.kuali.org/repos/ole/branches/dev/50-upgrade-test-1 ole
- Change into the directory for the ole-sql module
No Format cd ole/ole-app/ole-db/ole-sql
- Bundle the SQL
No Format mvn clean install
- Execute the SQL
No Format mvn initialize -Pdb,mysql -N
- The default process assumes the following
- There is a MySQL server (version 5.1+) running locally on port 3306 (the default)
- The JDBC connection url it uses is
jdbc:mysql://localhost
- The
root
user for MySQL does not have a password
- The default process assumes the following