Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.66 KB

File metadata and controls

73 lines (50 loc) · 1.66 KB

PyPNM WebUI

PyPNM-WebUI (Wrapper Repository)

This repository is now a lightweight wrapper for the unified UI:

  • Unified repo: PyPNM-CMTS-WebUI
  • PW compatibility profile: --with-pypnm-webui
  • PCW profile: --with-pypnm-cmts-webui

PyPNM-WebUI frontend runtime code is no longer maintained here.
This repo intentionally keeps only documentation and install/uninstall entrypoints.

Install

PW compatibility profile (default):

./install.sh --with-pypnm-webui

PCW profile:

./install.sh --with-pypnm-cmts-webui

With extra downstream unified install args:

./install.sh --with-pypnm-webui -- --with-pypnm-docsis

Uninstall

Delegates to unified repo uninstall:

./uninstall.sh --confirm-uninstall

Migration Notes

Release Helper

PW-local release checks:

python3 ./tools/release/release.py

PW-local release pushes the current branch by default. Skip push with:

python3 ./tools/release/release.py --no-push

Delegate to unified release tool only when needed:

python3 ./tools/release/release.py --delegate-unified --pcw-dir ../PyPNM-CMTS-WebUI