Skip to content

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

License

Notifications You must be signed in to change notification settings

ooeyoshinori/leo_center

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.4%
  • CSS 8.5%
  • Ruby 0.1%