Skip to content

archana-redhat/subscription-manager-cockpit

 
 

Repository files navigation

subscription-manager-cockpit

This is the Cockpit user interface for administrating Candlepin subscriptions.

Technologies

Getting and building the source

Make sure you have npm available (usually from your distribution package). These commands check out the source and build it into the dist/ directory:

git clone https://github.com/candlepin/subscription-manager-cockpit.git
cd subscription-manager-cockpit
make

Installing

sudo make install installs the package in /usr/share/cockpit/. This depends on the dist target, which generates the distribution tarball.

You can also run make rpm to build RPMs for local installation.

In production mode, source files are automatically minified and compressed. Set NODE_ENV=production if you want to duplicate this behavior.

Development instructions

See HACKING.md for details about how to efficiently change the code, run, and test it.

About

Cockpit plugin for subscription-manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.1%
  • Python 26.9%
  • Makefile 5.7%
  • HTML 0.8%
  • Shell 0.7%
  • SCSS 0.5%
  • Awk 0.3%