Skip to content

eea/eea.esbootstrap.configs

Repository files navigation

eea.esbootstrap.configs

esbootstrap configs repository

Setup

All apps configurations are place in the config folder. An app folder fully customized contains these files:

    └── default
        ├── mapping.json
        ├── filtersQuery.sparql
        ├── query.sparql
        ├── facets.json
        ├── settings.json
        ├── riverconfig.example.json
        ├── riverconfig_1.json
        ├── riverconfig_2.json
        ├── public
        │   ├── custom.css
        │   └── custom.js
        └── views
            ├── cardview.jade
            ├── listview.jade
            └── landingview.jade

While our current default app contains the minimum needed files:

    └── default
        ├── mapping.json
        ├── query.sparql
        ├── facets.json
        ├── settings.json
        ├── public
        │   ├── custom.css
        │   └── custom.js

Development environment

If the image is launched with DEV_CONFIG environment variable, repository will clone/pull in /code/config.

For details about configuring the application, please read the documentation

Specific applications: