This repository is in place for archival purposes only. This source is no longer maintained. All supported OMAR applications have been migrated to individual repositories. A good place to start would be:
https://github.com/ossimlabs/ossim
https://github.com/ossimlabs/omar-oms
https://github.com/ossimlabs/omar-geoscript
https://github.com/ossimlabs/omar-wfs
https://github.com/ossimlabs/omar-wms
Online guide can be found at https://omar-dev.ossim.io/omar-docs. This is a temporary location for this is the documentation generated for the dev branch distribution and is updated on any change. In the future we will have webhosting for versioned docuementation
For a quick example on how to configure and setup the new OMAR web services please visit the repo found here https://github.com/ossimlabs/ossim-vagrant. The vagrant setup uses salt to provision each web service and is a good example on how to setup a default configuration on a CentOS distribution.
Git clone the omar-common repo.
git clone https://github.com/ossimlabs/omar-common.git
- OMAR_COMMON_PROPERTIES
- OPENSHIFT_USERNAME
- OPENSHIFT_PASSWORD
- ARTIFACTORY_USER
- ARTIFACTORY_PASSWORD
export OMAR_COMMON_PROPERTIES=~/omar-common/omar-common-properties.gradle
- omar-core
- omar-hibernate-spatial
- omar-ingest-metrics
- omar-openlayers
- omar-geoscript
- omar-oms
- omar-stager
- omar-wms
All other plugins can be installed in any order.
Install plugins by going into the plugin's directory and run the command
./gradlew clean install