Sha256: f5a097ca98a8abea0ff37e36221921cb4a4687775e917ab8b9bb557907efe2c7

Contents?: true

Size: 373 Bytes

Versions: 9

Compression:

Stored size: 373 Bytes

Contents

#!/usr/bin/env ruby

require "securerandom"
require "thor"

dir = File.expand_path("../../", __FILE__)
ENV["BUNDLE_GEMFILE"] ||= File.join(dir, "Gemfile.production")
ENV["SECRET_KEY_BASE"] ||= SecureRandom.hex(64)
ENV["RAILS_ENV"] ||= "production"
ENV["RAILS_SERVE_STATIC_FILES"] = "yes"

require File.join(dir, "lib/fluentd-ui/command.rb")

FluentdUI::Command.start(ARGV)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fluentd-ui-1.2.1 bin/fluentd-ui
fluentd-ui-1.2.0 bin/fluentd-ui
fluentd-ui-1.1.0 bin/fluentd-ui
fluentd-ui-1.0.1 bin/fluentd-ui
fluentd-ui-1.0.0 bin/fluentd-ui
fluentd-ui-1.0.0.beta.1 bin/fluentd-ui
fluentd-ui-1.0.0.alpha.3 bin/fluentd-ui
fluentd-ui-1.0.0.alpha.2 bin/fluentd-ui
fluentd-ui-1.0.0.alpha.1 bin/fluentd-ui