Versions Compared

Key

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

...

Getting started with OLE

  1. Make sure ole-build.properties and impex-build.properties, have been deleted from ${user.home}
  2. Checkout the project
    No Format
    svn checkout https://svn.kuali.org/repos/ole/branches/dev/50-upgrade-test-1
  3. Full build - run this from the root folder of the checkout
    No Format
    mvn clean install -DskipTests=true
  4. Follow the instructions on this page to create the OLE database
  5. Point your IDE's Tomcat integration to the location on the file system containing the unpacked war
    No Format
    ole-app/ole-fs/target/ole-fs-webapp
  6. Use your IDE's Tomcat integration to start Tomcat
  7. Open a browser to the default OLE FS url
    No Format
    http://localhost:8080/olefs

...