-
Notifications
You must be signed in to change notification settings - Fork 32
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.
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.