Skip to content

A console to manage Fireworq daemons on a Web UI.

License

Notifications You must be signed in to change notification settings

itchyny/fireworqonsole

 
 

Repository files navigation

Fireworqonsole

A console to manage Fireworq daemons on a Web UI.

Screenshot

You can choose from two options to launch Fireworqonsole as follows.

Use Docker

Run the following commands and you will get the whole system working all at once. Make sure you have Docker installed before running these commands.

$ docker run --rm -p 8888:8888 fireworq/fireworqonsole

Use binary

A release build is available on the releases page.

For example, the following commands download and extract the Fireworqonsole binary for Linux AMD64 (x86-64) platform.

$ OS=linux
$ ARCH=amd64
$ curl -L  $(curl -sL  https://api.github.com/repos/fireworq/fireworqonsole/releases/latest | jq -r '.assets[].browser_download_url' | grep "_${OS}_${ARCH}.zip") > fireworqonsole_${OS}_${ARCH}.zip
$ unzip fireworqonsole_${OS}_${ARCH}.zip fireworqonsole

Run fireworqonsole by the following command.

$ ./fireworqonsole

After launched

Access http://localhost:8888/ from your browser and follow the instruction to add Fireworq nodes to manage. You can also use --node argument of the command to specify nodes if you prefer. To start a console with a different port, specify --bind argument of the command.

  • Copyright (c) 2017 The Fireworqonsole Authors. All rights reserved.
  • Fireworq is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

A console to manage Fireworq daemons on a Web UI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 70.9%
  • CSS 12.9%
  • Go 11.2%
  • Shell 2.8%
  • Makefile 0.8%
  • Dockerfile 0.7%
  • Other 0.7%