Versions Compared

Key

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

...

  1. Full build
    Info

    Run this from the trunk folder for the very first time to build the dependent projects such as ole-utility.jar etc..

    Needed every iteration or whenever there is a version update.

    No Format
    mvn clean install -DskipTests=true
    Info

    CD into ole folder and run the subsequent commands from within.

  2. 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/fs/configuration.properties
    2. Default DB Info
        No Format
        1. By
        1. default
        1. the
        1. db
        1. is
        1. MySQL
        1. and
        1. the
        {{
        1. root
        }}
        1. password
        1. is
        1. set
        1. to
        {{
        1. NONE
        }}
        1. .
        1. You
        1. will
        1. need
        1. to
        1. update
        1. this
        1. file
        1. with
        1. the
        1. password
        1. they
        1. MySQL
        {{
        1. root
        }}
        1. user
        1. on
        1. your
        1. system
    3. Package OLE FS data into jar files (Optional)
      No Format
      mvn clean install -Pdata
    4. Reset an OLE FS database
      No Format
      mvn clean initialize -Pdb

    ...