Skip to content

A tool to more easily manage Content View Versions in Katello, a Foreman Plugin.

License

Notifications You must be signed in to change notification settings

Max-Rider/foreman-katello-cvv

 
 

Repository files navigation

Foreman/Katello Content View Version Browser

A tool to more easily manage Content View Versions in Katello, a Foreman Plugin.

Authors:
Jason Kiesling - [email protected]
Kevin Huang - [email protected]
Evan O'Malley - [email protected]
Max Rider - [email protected]

Advisors:
Dr. James Daly - [email protected]
Ian Ballou - Red Hat

Getting Started

  1. Install Node.js (a JavaScript Runtime) via NVM. Follow the direction from the NVM website to install it on your OS.
  2. Run nvm install --lts to install Node.
  3. Install Git.
  4. Install VSCode.
  5. Add the following extensions to VSCode.
    • NPM Intellisense
    • GitLens
    • ESLint
    • Prettier
  6. Install React Dev Tools in Google Chrome.
  7. Visit github.com/jasondkiesling/foreman-katello-cvv. In the top right corner, click "Fork" and follow the directions.
  8. On your computer, run the following commands. (This requires git to be installed.) (If using SSH keys, replace the HTTPS URL with your SSH URL.)
    git clone https://github.com/[your-username]/foreman-katello-cvv.git  
    cd foreman-katello-cvv
    git remote add upstream https://github.com/jasondkiesling/foreman-katello-cvv.git
    
  9. Run npm install to download required packages.
  10. Run npm start to start the server.
  11. Navigate to http://localhost:3000 in your browser to see your local server!

About

A tool to more easily manage Content View Versions in Katello, a Foreman Plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • CSS 16.6%
  • HTML 5.4%