fangpsh's blog

Articles with the rugygems tag

搭建PyPI及RubyGems镜像

PyPI

推荐使用bandersnatch搭建,bandersnatch是基于PEP381的一个分支,更推荐前者。 bandersnatch的安装配置看官方文档就可以搞定了,这里大概说下基本步骤:

  1. 通过pip和easy_install安装bandersnatch,或者下载源码。
  2. 你需要一个nginx,lighttpd,或apache之类的webserver,推荐前二者选其一。配 …