...
- Make sure
ole-build.properties
andimpex-build.properties
, have been deleted from ${user.home} - Checkout the project
No Format svn checkout https://svn.kuali.org/repos/ole/branches/dev/50-upgrade-test-1
- Full build - run this from the root folder of the checkout
No Format mvn clean install -DskipTests=true
- Change into the directory for ole-fs
No Format cd ole-app/ole-fs
- Generate the local configuration file configured with default values
No Format mvn generate-resources -Plocal
- The above command generates the file
No Format ~/.kuali/ole/ole-fs.properties
- By default, the database vendor is MySQL with the
root
password set toNONE
. - You will need to update this file with the password for the MySQL
root
user on your system
- The above command generates the file
- Reset an OLE FS Follow the instructions on this page to create the OLE database
Property Loading
Info | ||
---|---|---|
| ||
Order of property loading |
...