Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 589 Bytes

README.mkd

File metadata and controls

29 lines (20 loc) · 589 Bytes

README

This is a proof of concept. Do not use it in production

DEPLOY

git clone git://github.com/stf-storage/stf-on-dotcloud.git
cd stf-on-dotcloud
./setup.sh
dotcloud push --all your-app-name .

SETUP

mysql -h ... -P ... -uroot -p
\. stf/misc/stf.sql
\. stf/misc/stf_schwartz.sql

START USING IT

# create bucket
lwp-request -m PUT http://your-app-name/test

# create object
lwp-request -m PUT http://your-app-name/test/test.txt
This is a test
^D

# retrieve object
lwp-request http://your-app-name/test/test.txt