Web interface for pcs - a Corosync and Pacemaker configuration tool.
git clone <repository-url>
this repository- change into the new directory
make init
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
make tests
To install pcs-web-ui run the following in terminal:
./autogen.sh
./configure
make
make install
You can add following flags to ./configure
:
--disable-cockpit
to disable cockpit installation--disable-standalone
to disable standalone installation-- with-pcsd-webui-dir
to specify standalone installation directory--with-cockpit-dir
to specify cockpit plugin installation directory