...
Default Process
- Make sure
ole-build.properties
...
- and
...
impex-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 the OLE FS application
No Format cd ole-app/ole-fs
- Create the database for OLE FS - More detailed database info is available here
No Format mvn initialize -Pdb
- 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
- Use your IDE's Tomcat integration to start Tomcat
- Open a browser to the default OLE FS url
No Format http://localhost:8080/olefs
Optional Customization
- These steps are only necessary if you do not have a default MySQL install running locally
- 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
- The above command generates the file
...
- By default,
...
- the
...
- database
...
- vendor
...
- is
...
- MySQL
...
- with
...
- the
...
root
...
- password
...
- set
...
- to
...
NONE
...
- .
...
- You
...
- will
...
- need
...
- to
...
- update
...
- this
...
- file
...
- with
...
- the
...
- password
...
- for
...
- the
...
- MySQL
...
root
...
- user
...
- on
...
- your
...
- system
...