Git Product home page Git Product logo

config's Introduction

geOrchestra default datadir

Between 15.06 and 15.12 version of geOrchestra, several pull requests have been proposed and merged to allow the different web applications to be able to initialize themselves with an exported configuration. In other words, this work was meant to be able to configure once, and be able to use generic compiled webapps without the need of rebuilding on you own system.

In order to do so, a concept similar to the one used in geonetwork and/or geoserver has been introduced: the geOrchestra datadir.

In the meantime, with the help of the maven-debian plugin, it was possible to bundle these generic webapps along with their "datadir configuration" into debian and yum (redhat) packages, creating a /etc/georchestra/[webapp] subdirectory with the exported configuration for each module.

This repository contains the default configuration which comes along the packages, and can be used as a reference to build your own "geOrchestra datadir".

Usage

In order to use this datadir, simply clone this repository, customize the different configuration files, and launch your servlet container with an extra parameter, georchestra.datadir=/path/to/datadir. E.g., for tomcat, you can create a ${CATALINA_HOME}bin/setenv.sh file, containing:

export CATALINA_OPTS="${CATALINA_OPTS} -Dgeorchestra.datadir="/path/to/datadir" ...`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.