YaleUniversity / packer-plugin-goss

Goss Provisioner for Packer
MIT License
136 stars 45 forks source link

Installation instructions? #8

Closed petemounce closed 6 years ago

petemounce commented 6 years ago

Hi there - this looks incredibly useful. I'm trying to get it to work on macOS.

I wonder if you would be willing to accept a PR that improves the README to illustrate how to get up and running?

It looks like packer needs a (platform-specific) binary of the plugin in one of several search paths: https://www.packer.io/docs/extending/plugins.html

That implies there's a platform specific build available for macOS. How're you publishing releases? Happy to try to augment that if it's simple.

petemounce commented 6 years ago

So, I was able to

go get github.com/YaleUniversity/packer-provisioner-goss
cp bin/packer-provisioner-goss <my packer working directory on my mac>
packer build ....

and I have goss tests running as my final provisioner. Which I'm really happy about; thank you again. ❤️

fishnix commented 6 years ago

Hi @petemounce! Thanks for your issue and the kind words! Is #12 enough documentation?

fishnix commented 6 years ago

👍