Masahiro Nakagawa db2a33f2e9 Merge pull request #212 from y-ken/patch-1
boundio service migrated to twilio
2017-05-31 20:16:07 +09:00
2015-04-02 14:22:59 +09:00
2017-05-31 17:59:26 +09:00
2015-01-14 11:14:42 +09:00
2017-04-25 18:31:17 +09:00
2014-05-08 15:53:16 +09:00
2014-12-10 16:53:14 +09:00
2016-12-12 18:05:04 +09:00
2015-01-28 13:54:20 +09:00
2014-06-02 11:36:17 +09:00
2015-11-30 14:23:24 +09:00
2015-01-22 15:03:47 +09:00
2017-04-25 18:31:17 +09:00
2014-05-08 15:53:16 +09:00
2015-05-28 10:49:09 +09:00
2017-04-25 18:32:15 +09:00
2014-08-22 17:25:35 +09:00
2015-11-30 14:23:24 +09:00

fluentd-ui

Build Status Gem Version Code Climate

fluentd-ui is a browser-based fluentd and td-agent manager that supports following operations.

  • Install, uninstall, and upgrade Fluentd plugins
  • start/stop/restart fluentd process
  • Configure Fluentd settings such as config file content, pid file path, etc
  • View Fluentd log with simple error viewer

Official documentation | Changelog

Requirements

  • ruby 2.1.3 or later (since v0.4.0)

And some additional packages (Debian / Ubuntu)

  • build-essential
  • libssl-dev
  • libxml2-dev
  • libxslt1-dev
  • ruby-dev

Development

$ git clone https://github.com/fluent/fluentd-ui
$ cd fluentd-ui
$ bundle install
$ bundle exec rails s

Also you need a phantomjs for test.

$ npm install -g phantomjs
Or,
$ brew install phantomjs

NOTE: phantomjs executable binary should be located under your $PATH.

Building fluentd-ui.gem

$ bundle exec rake build
fluentd-ui X.X.X built to pkg/fluentd-ui-X.X.X.gem.

$ bundle exec rake release
# Push to rubygems.org
Description
No description provided
Readme Apache-2.0 18 MiB
Languages
Ruby 69.2%
Haml 15.8%
JavaScript 11.6%
HTML 2.3%
SCSS 0.7%
Other 0.4%