Skip to content

Commit

Permalink
groupon#57: improves installation instructions for all users
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.schroeder committed Jun 29, 2018
1 parent b760e19 commit 7ea23ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@ To install `ansibe-silo` for all users you can mount `/usr/local/bin`:
docker run --interactive --tty --rm --volume "/usr/local/bin:/silo_install_path" grpn/ansible-silo:3.0.0 --install
```

If you're having permission issues writing directly to `/usr/local/bin` you can first install to a temporary location and then move it:

```bash
docker run --interactive --tty --rm --volume "/tmp/silo-bin:/silo_install_path" grpn/ansible-silo:3.0.0 --install
sudo mv /tmp/silo-bin/* /usr/local/bin
```

### Uninstall ansible-silo

During installation two things happened:
Expand Down

0 comments on commit 7ea23ba

Please sign in to comment.