Skip to content

YaningX/onion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onion

An Erasure Coding Based Distributed Storage System.

License

Apache License V2.0

How to report and disscuss issues

How to contribute

How to install

First of all, you must have Jerasure2.0 installed and GF-Complete installed (or compiled) in order to use Jerasure.

The details are as follows:

  1. Install GF-Complete
    See http://jerasure.org/jerasure/gf-complete for GF-Complete.
    Please make sure autoconf,automake and libtool have been installed,you can refer to https://ruby-china.org/topics/2434
  1. ./autogen.sh
  2. ./configure
  3. make
  4. sudo make install
  1. Install Jerasure library
    See http://www.kaymgee.com/Kevin_Greenan/Software_files/jerasure.tar.gz
  1. ./configure
  2. make
  3. sudo make install
  1. Install MySQL
  1. sudo apt-get install mysql-server
  2. apt-get install mysql-client

About

An Erasure Code Based Distributed Storage System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published