GithubHelp home page GithubHelp logo

isabella232 / webui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fluxcd/webui

0.0 0.0 0.0 66.13 MB

Experimental UI for Flux version 2

Home Page: https://toolkit.fluxcd.io

License: Apache License 2.0

Makefile 0.97% JavaScript 0.81% Go 22.26% TypeScript 74.04% HTML 0.26% Shell 1.66%

webui's Introduction

Flux Web UI

Project Status

โš ๏ธ This project is currently on hold, because the maintainers do not have capacity to develop it further at present. We (the Flux project) will try to keep it up to date with the Flux APIs so it will still run, but it will remain experimental and may not always work (please file an issue if you find it does not work!).

Please get in touch in #flux-contributors if you are interested in helping to get this project moving again.

See the monitoring section of the Flux documentation for how to install Flux's Grafana dashboards.

Installation

To install the Flux Web UI:

  1. Download the latest release from the releases page
  2. Extract the binary from the downloaded archive
  3. Run the server in your terminal: ./flux-webui
  4. You will see a log message letting you know startup was successful: 2021-06-03T13:26:37.552-0700 INFO Serving on port 9000
  5. Navigate to http://localhost:9000

Development

To set up a development environment

  1. Install go v1.16
  2. Install Node.js v16.x.x
  3. Install reflex for automated server builds: go get github.com/cespare/reflex
  4. Install kubebuilder
  5. npm install to install UI dependencies
  6. make dev to compile and run the app
  7. npm start to start the frontend dev server (with hot-reloading)
  8. Navigate to http://localhost:1234 to view the frontend dev UI (with hot-reloading)
  9. Navigate to http://localhost:9000 to see the UI served from the go program

To generate protobuf files natively on your OS, install protoc, then install these packages:

go get -u github.com/golang/protobuf/protoc-gen-go
go get -u github.com/twitchtv/twirp/protoc-gen-twirp
go get -u go.larrymyers.com/protoc-gen-twirp_typescript

Then run:

make proto

To run tests:

make test

webui's People

Contributors

jpellizzari avatar stefanprodan avatar squaremo avatar adberger avatar chanwit avatar hiddeco 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.