ckan / ckan-docker

Scripts and images to run CKAN using Docker Compose
95 stars 178 forks source link

No activity streams included in the docker instance. #128

Open inscara opened 5 months ago

inscara commented 5 months ago

The docker instance doesn't have activity streams included. The files in the ckan/ckan/lib directory are a subset of what is in the source version. How can I get the activity streams working when running CKAN from a docker instance?

houfu commented 5 months ago

I added it as a plugin in the env file

CKAN__PLUGINS="activity image_view text_view pdf_view recline_view resource_proxy webpage_view datastore datapusher envvars"

Does it work for you?

inscara commented 5 months ago

Hi @houfu, thanks for the answer. Now, I can see the "Activity Stream" tab, but I cannot see any activity registered there. I uploaded a new resource and add some new tags to the dataset, but the "Activity Stream" remains empty. I'm using CKAN 2.10.3.

Any ideas?

houfu commented 5 months ago

Is this enabled: https://docs.ckan.org/en/2.10/maintaining/configuration.html#ckan-activity-streams-enabled Should be on by default though...

inscara commented 5 months ago

Yes, that setting is set explicitly to True in my setup.

inscara commented 1 week ago

@kowh-ai is there any update on this issue?