Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.02 KB

LeoCenter

Copyright (c) 2013-2014 Rakuten, Inc.

LeoCenter is more powerful and user-friendly LeoFS's Web GUI Tool, the documentation of which is here.

Getting Started

Requirements

  • LeoFS v0.16.8 or higher
  • Ruby 1.9.3 or higher

Install

$ git clone
$ bundle install

Configure

config.yml

:managers:
  - "localhost:10020" # master
  - "localhost:10021" # slave
:credential:
  :access_key_id: "YOUR_ACCESS_KEY_ID"
  :secret_access_key: "YOUR_SECRET_ACCESS_KEY"

Run on Thin Web Server

$ thin start -a ${HOST} -p ${PORT}

Using Icons