8000 GitHub - kmalyjur/pcs-web-ui: Web interface for pcs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kmalyjur/pcs-web-ui

 
 

Repository files navigation

PCS WEB UI

Web interface for pcs - a Corosync and Pacemaker configuration tool.

Prerequisites

Preparation

  • git clone <repository-url> this repository
  • change into the new directory
  • make init

Development

Running dev environment

  • make app
  • make dev
    • dev backend doesn't run fully featured backend mock
    • it runs only scenario with limited features
  • Open http://localhost:3000 to view it in the browser

Running tests

  • make tests

Building and instalation

  • make build
  • production build is created inside build directory
  • content of build directory copy to pcsd/public/ui/ directory

About

Web interface for pcs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.4%
  • Other 2.6%
0