1.Getting the Source Code from SVN
- Check out the code for ole-utility project from the following SVN Repository:
ole-utility -UTILITY_PROJ
- Check out the ole-docstore directory from the following SVN Repository:
Assume that the code is checked out into the following folders:
\projects\OLE-SVN\ole-trunk\ole-docstore\ – DOCSTORE_PROJ
\projects\OLE-SVN\ole-trunk\ole-docstore\ole-docstore-engine - DOCSTORE_ENGINE_PROJ
\projects\OLE-SVN\ole-trunk\ole-docstore\ole-docstore-search – DOCSTORE_SEARCH_PROJ
\projects\OLE-SVN\ole-trunk\ole-docstore\ole-docstore-webapp – DOCSTORE_WEBAPP_PROJ
\projects\OLE-SVN\ole-trunk\ole-docstore\ole-solr-config -- DOCSTORE_SOLR_CONFIG_PROJ
2.Building the Code
- Open command prompt and go to the folder: % UTILITY_PROJ %
Run "mvn clean install".
- Open command prompt and go to the folder: %DOCSTORE_PROJ%
...
- ole-docstore folder
- Run the following command "mvn clean install"
...
3.Deployment
3.1 Setting up properties
...