Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rootfs/fusionfs


https://github.com/rootfs/fusionfs

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# fusionfs

## Installation
Install node.js, redis, redis3m, cmake 2.8 (or higher), fuse library, boost 1.57, Apache thrift..

## Compile
cd src

make
## Run
Start meta server:
mkdir -p /tmp/test
src/meta_data/fusionfs /tmp/test

Start osd on the localhost:
mkdir -p /tmp/osd
cd src/thrift; node osd.js