Sha256: 6bd2693ce996b9559af6f4cb6699646f8cb2b3990d485bde00e4a4c9adce0590
Contents?: true
Size: 708 Bytes
Versions: 37
Compression:
Stored size: 708 Bytes
Contents
### 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 ```bash $ git clone https://github.com/theforeman/hammer-cli.git $ cd hammer-cli $ rake install $ cd .. ``` clone plugin with foreman commands ```bash $ 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](installation.md#configuration) and see how to proceed.
Version data entries
37 entries across 37 versions & 1 rubygems