Open Source/CKAN
[CKAN] FileSotre
newly0513
2021. 4. 13. 09:14
728x90
반응형
패키지 설치를 한 경우
1. CKAN 설정파일 수정
sudo vi /etc/ckan/default/ckan.ini
* 수정 전
...
#ckan.storage_path = /var/lib/ckan
...
* 수정 후
...
ckan.storage_path = /var/lib/ckan/default
...
2. uWSGI 재시작
sudo supervisorctl restart ckan-uwsgi:*
참고 URL : docs.ckan.org/en/2.9/maintaining/filestore.html
728x90
반응형