Web interface for pcs - a Corosync and Pacemaker configuration tool.
git clone <repository-url>
this repositorymake init
make app
make dev
make tests
make build
BUILD_USE_CURRENT_NODE_MODULES=true make build
if correct node
modules already existsbuild
directorybuild
directory copy to pcsd/public/ui/
directoryBUILD_FOR_COCKPIT=true make build
build
directorybuild
directory copy (or symlink) to the path where cockpit will find it, e.g.
mkdir -p ~/.local/share/cockpit
ln -snf "$PWD"/build ~/.local/share/cockpit/ha-cluster