Skip to content

📝 Fluentular is a Fluentd regular expression editor

License

Notifications You must be signed in to change notification settings

uglyliu/fluentular

 
 

Repository files navigation

Fluentular Heroku App LICENSE

a Fluentd regular expression editor

Docker Pulls Build Status Coverage Status Code Climate Dependabot

Fluentular Screenshot

Platforms

Heroku

Deploy

Docker

You can download and run Fluentular container from DockerHub:

$ docker pull tomohiro/fluentular:latest
$ docker run -d -p 8080:8080 tomohiro/fluentular:latest

Own build

Also you can build the app when after clone this repository:

$ cd fluentular
$ docker compose up -d
$ docker compose ps
NAME                COMMAND                  SERVICE             STATUS              PORTS
fluentular-app-1    "bundle exec rackup …"   app                 running (healthy)   0.0.0.0:8080->8080/tcp

AWS Elastic Beanstalk

Supported Platforms:

Platform Version
Ruby Ruby 3.1.1 (Puma)
Docker 20.10.12 or later

Using EB Command Line Interface

Create an Application:

$ eb init # Choose a platform from Ruby or Docker

Create an Environment:

$ eb create

Using AWS Console

You can use Dockerrun.aws.json when creating a new environment.

https://fluentular.s3.amazonaws.com/Dockerrun.aws.json

Create a new environment

For more information, see Deploying a Sinatra Application to AWS Elastic Beanstalk - Elastic Beanstalk.

Google App Engine

$ gcloud preview app deploy

Acknowledgment

LICENSE

© 2012 - 2022 Tomohiro Taira.

This project licensed under the MIT license. See LICENSE for details.

About

📝 Fluentular is a Fluentd regular expression editor

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.4%
  • Dockerfile 5.6%