Skip to content

Instantly share code, notes, and snippets.

@jeremylenz
Last active August 7, 2024 16:24
Show Gist options
  • Save jeremylenz/f18aae1cc4f2e6ea435ca18e99232eca to your computer and use it in GitHub Desktop.
Save jeremylenz/f18aae1cc4f2e6ea435ca18e99232eca to your computer and use it in GitHub Desktop.
steal partha's hammer settings and get hammer working on devel box
cd ~/hammer-cli-katello
bundle install
bundle exec bash
cd ~
wget https://partha.fedorapeople.org/devel/hammer.tgz
tar zxf hammer.tgz
ll .hammer # verify there's stuff in that dir
cd hammer-cli-katello
hammer ping
# if it doesn't work on el9:
exit
gem install racc strscan json bigdecimal ffi io-console # without sudo
bundle exec bash
hammer ping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment