Skip to content

isaackuang/leo_center

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

472 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors