我的任务是在无法直接连接到任何外部站点的服务器上安装CKAN(或者由于工作安全策略而通过代理连接)。
所有必需的rpms都安装在本地安装,或通过同一网络上的RH Satellite服务器安装,或通过pip安装。
一位同事提供了所有rpms / tar文件和ckan-master.zip文件进行安装 - 他已成功使用它们在相同的服务器上安装ckan,但我没有太多运气!
以下是我收到的错误:
> (pyenv)[root@bmdev-dl-svr07 ~]# pip install /tmp/ckan-master.zip Unpacking /tmp/ckan-master.zip Running setup.py egg_info for package
> from file:///tmp/ckan-master.zip
> warning: no files found matching '*' under directory 'ckanext/*/i18n'
> no previously-included directories found matching '.git'
> warning: no files found matching 'CHANGELOG.txt'
> warning: no files found matching '*' under directory 'ckan_deb' Cleaning up...*
我检查了ckan-master.zip文件,确实没有ckanext / * / i18n或ckan_deb目录 - 这是否表示提供的zip文件存在问题?或者我可能错过了rpm或其他包裹?
任何提示或建议将不胜感激!
提前致谢, 马特
答案 0 :(得分:0)
如果您偏离了记录的“cookbook”方法,CKAN很难安装。您是否可以从已经成功安装CKAN的相同机器创建RPM?