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
- Host: GitHub
- URL: https://github.com/eea/eea.esbootstrap.configs
- Owner: eea
- Created: 2016-07-07T11:36:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T14:19:06.000Z (about 1 year ago)
- Last Synced: 2025-03-24T15:28:56.711Z (about 1 year ago)
- Language: CSS
- Size: 45.5 MB
- Stars: 3
- Watchers: 40
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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)