CKAN Install: paster error

后端 未结 2 1246
耶瑟儿~
耶瑟儿~ 2021-02-10 09:42

Installing CKAN locally on OSX 10.9, based on http://docs.ckan.org/en/latest/maintaining/installing/install-from-source.html.

I\'ve created and activated the python virt

2条回答
  •  执念已碎
    2021-02-10 10:02

    I had the same error and a slightly different solution:

    1. got the error only after using sudo, so I went out of it (sudo -k)
    2. then I got the following error: IOError: [Errno 13] Permission denied: '/etc/ckan/default/development.ini'
    3. after digging around a lot, I finally found out that while the /etc/ckan had correct permissions, it was actually a symlink to ~/ckan/etc and that folder did not have correct permissions
    4. I ran sudo chown -R `whoami` ~/ckan/etc and followed up with paster make-config ckan /etc/ckan/default/development.ini

提交回复
热议问题