Giter Site home page Giter Site logo

itchyny / fireworqonsole Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fireworq/fireworqonsole

0.0 2.0 0.0 962 KB

A console to manage Fireworq daemons on a Web UI.

License: Apache License 2.0

Makefile 0.77% Go 11.16% CSS 12.95% HTML 0.21% TypeScript 70.98% Shell 2.76% JavaScript 0.51% Dockerfile 0.68%

fireworqonsole's Introduction

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.

fireworqonsole's People

Contributors

tarao avatar renovate-bot avatar fireworq-bot avatar itchyny avatar sixeight avatar dependabot[bot] avatar muratas avatar yigarashi-9 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.