An open API service indexing awesome lists of open source software.

https://github.com/eea/eea.esbootstrap.configs

esbootstrap configs repository
https://github.com/eea/eea.esbootstrap.configs

Last synced: about 1 year ago
JSON representation

esbootstrap configs repository

Awesome Lists containing this project

README

          

# 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](https://github.com/eea/eea.docker.esbootstrap/blob/master/docs/Details.md)

Specific applications:

- [CaR app](https://github.com/eea/eea.esbootstrap.configs/blob/master/CaR/README.md)