-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (24 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Home
layout: default
---
<div class="jumbotron">
<h1>STF</h1><h2>Distributed Object Storage Made Easy!</h2>
<p>Use commodity hardware/software to build your own scalable object storage!</p>
<p><a class="btn primary large" href="/faq.html">Learn more »</a></p>
</div>
<div class="row">
<div class="span12">
<h2>What is STF?</h2>
<p>STF is a simple, yet very scalable distribute storage system.</p>
<p>STF powers sites like <a href="http://blog.livedoor.com">livedoor Blog</a>, <a href="http://tou.ch">loctouch</a> and many more, serving gigabytes after gigabytes of data. On one such system, it's serving 400Mbps of image at peak hours without a hitch.</p>
</div>
</div><!-- end row-->
<hr>
<div class="row">
<div class="span12">
<h2>GET STF!</h2>
<p>STF is <a href="https://github.com/stf-storage/">available from github</a>. You will also need an HTTP server capable of handling X-Reproxy-URL, a mysql server, and backend storage server(s). <a href="/setup.html">Read the setup guide for more details</a></p>
<p><a class="btn" href="download.html">Download»</a></p>
</div>
</div>