Last active
August 7, 2024 16:24
-
-
Save jeremylenz/f18aae1cc4f2e6ea435ca18e99232eca to your computer and use it in GitHub Desktop.
steal partha's hammer settings and get hammer working on devel box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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