I have a new dev machine, the steps I followed were:
get strap
brew cask install caskroom/versions/java8
brew cask install guardian/devtools/gu-base
✨ 🚀 This was wonderful and straightforward, however there were a couple of useful applications that I had to subsequently install:
brew install awscli
brew install nginx
Since all devs will probably need awscli the first time they try to get credentials via Janus, and most will want to use nginx at some point, adding them to the gu-base would be helpful!
I have a new dev machine, the steps I followed were:
✨ 🚀 This was wonderful and straightforward, however there were a couple of useful applications that I had to subsequently install:
Since all devs will probably need
awscli
the first time they try to get credentials via Janus, and most will want to usenginx
at some point, adding them to the gu-base would be helpful!@AWare