Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 708 Bytes

installation_source.md

File metadata and controls

31 lines (22 loc) · 708 Bytes

Installation from SOURCE

If you can install hammer from git checkouts, you will just need rake installed on your system.

Step 1: clone the sources

Clone and install CLI core

$ git clone https://github.com/theforeman/hammer-cli.git
$ cd hammer-cli
$ rake install
$ cd ..

clone plugin with foreman commands

$ git clone https://github.com/theforeman/hammer-cli-foreman.git
$ cd hammer-cli-foreman
$ rake install
$ cd ..

and optionally other plugins.

Step 2: enable and configure the plugins

You'll have to copy configuration files to proper locations manually. Please check our configuration instructions and see how to proceed.