Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

DEFAULT PROCESS

  1. Checkout the project
    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
    cd ole/ole-app/ole-db/ole-sql
  3. Bundle the SQL
    mvn clean install
  4. Execute the SQL
    mvn initialize -Pdb,mysql -N
    1. The default MySQL process assumes the following
      1. There is a MySQL server (version 5.1+) running locally on the default port 3306
      2. The JDBC connection URL that needs to respond is jdbc:mysql://localhost
      3. The root user for MySQL does not have a password
      4. The process will create a database user named OLE with the password OLE
      5. The process will create and populate a database named OLE
  • No labels