Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eea/eea.docker.reportek.bdr-instance
https://github.com/eea/eea.docker.reportek.bdr-instance
bdr docker python zope
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eea/eea.docker.reportek.bdr-instance
- Owner: eea
- Created: 2016-06-30T12:19:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T09:47:44.000Z (6 months ago)
- Last Synced: 2024-07-17T12:11:35.483Z (6 months ago)
- Topics: bdr, docker, python, zope
- Language: Python
- Size: 275 KB
- Stars: 0
- Watchers: 41
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zope w/ BDR Add-ons ready to run Docker image
Docker image for Zope with BDR specific Add-ons and settings available.
### Supported tags and respective Dockerfile links
- `:latest` (default)
### Base docker image
- [hub.docker.com](https://hub.docker.com/r/eeacms/reportek-bdr/)
### Source code
- [github.com](http://github.com/eea/eea.docker.reportek.bdr-instance)
### Installation
1. Install [Docker](https://www.docker.com/)
2. Install [Docker Compose](https://docs.docker.com/compose/) (optional)
## Usage
See [eeacms/zope](https://hub.docker.com/u/eeacms/zope)
## Upgrade
$ docker pull eeacms/reportek-bdr
## Development and testing
If you want to be able to run tests, please add to src/bdr-instance.cfg file the following:
parts +=
i18ndude
test[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
${instance:eggs}
cssselect
Mock
pdbpp
environment = testenv[testenv]
CLIENT_HOME = ${buildout:directory}/var/instanceAfter that, build the image locally:
$ docker build -t reportek.bdr-instance:devel .
and use it in docker compose file for _instance_ service:
image: reportek.bdr-instance:devel
## Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.The Original Code is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later
version.## Funding
[European Environment Agency (EU)](http://eea.europa.eu)