Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 991 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 991 Bytes

LeoCenter

Copyright (c) 2013 Rakuten, Inc.

LeoCenter is more powerful and user-friendly LeoFS's Web GUI Tool. You can easily operate LeoFS.

Install

$ git clone
$ bundle install

Config

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

$ ruby config_webrick.ru ${PORT}

Run on Unicorn

$ unicorn -c unicorn.conf config_unicorn.ru

Icons