Versions Compared

Key

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

...

  1. Make sure ole-build.properties and impex-build.properties, have been deleted from ${user.home}
  2. Full build - Run run this from the root folder
    No Format
    mvn clean install -DskipTests=true
    Info
    CD into ole-app/ole-fs folder and run the subsequent commands from within.
  3. Generate the local configuration file configured with default values
    No Format
    mvn generate-resources -Plocal
    1. The above command generates the file
      No Format
      ~/.kuali/ole/ole-fs.properties
    2. By default, the database vendor is MySQL with the root password set to NONE.
    3. You will need to update this file with the password for the MySQL root user on your system
  4. Reset an OLE FS database

...