Matsue / leo_center

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

Home Page:http://www.leofs.org/docs/tamer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://www.leofs.org/docs/tamer.html

License:GNU General Public License v3.0


Languages

Language:JavaScript 90.1%Language:CSS 9.8%Language:Ruby 0.1%