/leo_center

LeoFS-Console is web-console for LeoFS. It provide log-analyzer/searcher, node status monitor and so on.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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