Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Vogl committed Oct 10, 2017
1 parent 540eb2b commit 8fc3d2a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MACOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Steps to setup a local test environment on macOS

```if which plenv > /dev/null; then eval "$(plenv init -)"; fi```

Install plenv-contrib:

```git clone git://github.com/miyagawa/plenv-contrib.git ~/.plenv/plugins/plenv-contrib/´´´
- Install Perl 5.18.4
```plenv install 5.18.4```
Expand All @@ -21,3 +24,11 @@ Steps to setup a local test environment on macOS
```cpanm Monitoring::Plugin```
```cpanm LWP::UserAgent```
```cpanm HTTP::Status```
If you want to test against https:
```brew install openssl```
```cpanm Net::SSLeay```
```LWP::Protocol::https```

0 comments on commit 8fc3d2a

Please sign in to comment.