Skip to content

Debian Installation

benlemasurier edited this page Feb 1, 2012 · 3 revisions

Debian Installation Instructions

Required Dependencies

apt-get update
apt-get install build-essential automake pkg-config libfuse-dev fuse-utils libglib2.0-dev libcurl4-gnutls-dev

Grab the Source

wget https://github.com/downloads/benlemasurier/stormfs/stormfs-0.02.tar.gz
tar -xf stormfs-0.02.tar.gz

Install

cd stormfs-0.02
./configure && make
sudo make install

Configure

vim /etc/stormfs.conf # setup API access keys

Mount

mkdir ~/s3 
sudo stormfs BUCKET ~/s3 -o allow_other 
cd ~/s3 && ls # yay