Skip to content

Commit

Permalink
Fixes #30666 - add details to Installation from source doc (theforema…
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Aug 31, 2020
1 parent 8f7d3c7 commit a52cc46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/installation_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Clone and install CLI core
```bash
$ git clone https://github.com/theforeman/hammer-cli.git
$ cd hammer-cli
$ bundle install
$ rake install
$ cd ..
```
Expand All @@ -17,6 +18,7 @@ clone plugin with foreman commands
```bash
$ git clone https://github.com/theforeman/hammer-cli-foreman.git
$ cd hammer-cli-foreman
$ bundle install
$ rake install
$ cd ..
```
Expand All @@ -25,7 +27,8 @@ 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)
- Add the plugin as a gem to `Gemfile.local.rb`
- Copy the configuration files to proper locations manually,
please check our [configuration instructions](installation.md#configuration)
and see how to proceed.

0 comments on commit a52cc46

Please sign in to comment.