This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install required Python packages | |
pip install python-keystoneclient sftp-cloudfs ftp-cloudfs py-sendfile pysendfile paramiko python-swiftclient python-daemon python-memcached | |
# Setup sftpcloudfs user | |
useradd -r -s /sbin/nologin -M -c 'sftpcloudfs System User' -d /var/run/sftpcloudfs sftpcloudfs; | |
# Setup some Linux conventions for sftpcloudfs | |
mkdir /etc/sftpcloudfs; | |
mkdir /var/log/sftpcloudfs; | |
mkdir /var/run/sftpcloudfs; |
NewerOlder