Skip to content

Installation From Sources

Tim Hardeck edited this page Jul 29, 2016 · 2 revisions

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.