Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 26
Next »
Getting started with OLE FS
- Make sure
ole-build.properties
and impex-build.properties
, have been deleted from ${user.home}
- Checkout the project
- Full build - run this from the root folder of the checkout
- Change into the directory for the OLE FS application
- Create the database for OLE FS - More detailed database info is available here
- Point your IDE's Tomcat integration to the location on the file system containing the unpacked war
- Use your IDE's Tomcat integration to start Tomcat
- Open a browser to the default OLE FS url
Customization
- Change into the directory for ole-fs
- Generate the local configuration file configured with default values
- 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