Ondics Githubler
Ondics Githubler
**CKAN version** 2.9.5, master branch, cloned on apr,7, 2022 Commit: dfa58c885795bcafe531bfe2e0289c53b6f203ea **Describe the bug** I cannot login with a freshly installed CKAN docker instance. **Steps to reproduce** After starting up...
### What steps will reproduce the problem? In my Docker container (`php:8.2-bullseye`) I use `yii2-app-basic`: git clone https://github.com/yiisoft/yii2-app-basic Then add `https://github.com/yiisoft/yii2-app-basic` to `require` section: "minimum-stability": "stable", "require": { "php": ">=7.4.0",...
The [CKAN docs](https://docs.ckan.org/en/2.9/maintaining/configuration.html?highlight=license#licenses-group-url) show how tio intergrate non standard licenses: licenses_group_url = file:///path/to/my/local/json-list-of-licenses.json In my `Dockerfile` I copied the license.json: ``` # use non standard license definition COPY licenses.json /srv/app/licenses.json...
How to get the config values for a started ckan instance? There are several places where ckan configs can be set: * `ckan.ini` * [ckan-envvars](https://github.com/okfn/ckanext-envvars) overrides `ckan.ini` settings (depending on...
I need to create two pages: about and privacy policy. In my case, they change from time to time and there are multiple ckan instances with the identical content on...
My Dockerfile (already added the : `@v2.0.0` tag but there's no difference): ``` FROM openknowledge/ckan-base:2.9 ... # Spatial Extension RUN pip install -e git+https://github.com/ckan/[email protected]#egg=ckanext-spatial && \ pip install -r $SRC_DIR/ckanext-spatial/pip-requirements.txt...
How to restart renewal process manually? How to debug what's wrong?
These scripts are highly valuable. Thank you for this repo. Is there little documentation available anywhere, e.g. a list of scripts with parameters required and a description of what the...
Für das Feld "Version" gibt es nur eine schwache Festlegung und keine Beispiele: https://www.dcat-ap.de/def/dcatde/2.0/implRules/#angaben-zur-versionierung Die Informationen helfen einem Datensatzredakteur nur wenig. Offenbar wird hier syntaktisch alles akzeptiert, z.b. auch Datumswerte...