Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After installation and configuration, the plugin cannot be used #58

Open
hongjie123 opened this issue Mar 14, 2024 · 2 comments
Open

After installation and configuration, the plugin cannot be used #58

hongjie123 opened this issue Mar 14, 2024 · 2 comments

Comments

@hongjie123
Copy link

Using Docker to install CKAN, the following are the implementation steps:

  1. Obtain ckanext cloudstorage through the git clone... command
  2. Set the cloud provider in the configuration file '. env' as follows:
    #Aliyun oss
    CKANEXT_ CLOUDSTORAGE_ DRIVER=ALIYUN_OSS
    CKANEXT_CLOUDSTORAGECONTAINERAME=openkg1
    CKANEXT_CLOUDSTORAGE-DRIVER-OPTIONS={"key": "", "secret": ""}
  3. Docker Compose restart, "Docker Compose - f Docker Compose. dev. yml up -- build"

However, the ckanext cloudstorage plugin did not work, and adding a data resource in ckan did not upload it to cloud storage, but was done locally. May I ask how to solve it?

#Ckan==2.10.3
#Pyhton=3.8.10

@TkTech
Copy link
Owner

TkTech commented Mar 14, 2024

Did you add it to your list of enabled plugins?

@hongjie123
Copy link
Author

Yes,I have added it to ckan.plugins.
I would like to know if the current version of the cloudstorage plugin supports ckan2.10.3?If possible, could you tell me more detailed (complete) installation and usage instructions?
Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants