Skip to content

Instantly share code, notes, and snippets.

View mrhillsman's full-sized avatar

Melvin Hillsman mrhillsman

View GitHub Profile
@mrhillsman
mrhillsman / sftpcloudfs-quicksetup.sh
Created March 14, 2014 16:01
Quickly setup sftpcloudfs.
# 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;