Installation From Sources - SUSE/machinery GitHub Wiki
Get the latest release from the Machinery release page as source archive. Extract the archive and run the machinery
executable from the bin
sub directory.
Run the git version
Check out the Machinery git repository and run bundle install in the new directory to get the required gems. These gems have dependencies on their own which might need to be installed separately.
git clone https://github.com/SUSE/machinery.git
cd machinery
bundle install
and run the machinery
executable from the bin
sub directory.