1. 下載swift :python
注意 swift-2.15.1.tar.gz在 https://github.com/openstack/swift/releases下載的話,安裝有問題。請在: https://tarballs.openstack.org/swift/swift-2.15.1.tar.gz下載git
2.安裝swift依賴的軟件包:github
yum install curl gcc memcached rsync sqlite xfsprogs git-core libffi-devel xinetd liberasurecode-devel python-setuptools python-coverage python-devel python-nose pyxattr python-eventlet python-greenlet python-paste-deploy python-netifaces python-pip python-dns python-mock
sql
3.安裝swift:swift
tar xf swift-2.15.1.tar.gzcurl
cd swift-2.15.1memcached
若是是Python2:url
python setup.py installcode
若是是Python3:
python3 setup.py installsqlite