seafile搭建记录
在centos搭建seafile
centos默认是python2.6 seafile要求python2.7+ 首先得升级把python从2.6升级到2.7
参考链接:http://www.cnblogs.com/theitnotes/p/4162882.html
升级到2.7+后 yum命令安装默认装到python2.6的site-packages下(相关链接:https://segmentfault.com/q/1010000002766955 )后采用pip安装依赖包。
其中python-imaging包采用wget->make->setup
http://blog.csdn.net/leon_founder/article/details/2031161
http://www.pythonware.com/products/pil/安装nginx http://www.linuxidc.com/Linux/2016-08/134110.htm
iptables防火墙修改 http://www.cnblogs.com/cnsevennight/archive/2016/06/27/5619424.html
您可能也对下面文章感兴趣:
There are 1 Comments to "seafile搭建记录"