Merge pull request #2982 from coreos-inc/jakedt-mac-bootstrap

Update the mac dev env instructions
This commit is contained in:
Jake Moshenko 2018-01-25 15:24:24 -05:00 committed by GitHub
commit 6d2e18fa78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,13 +81,14 @@ macOS developers will need:
[command line tools]: https://developer.apple.com/downloads
[xcode]: https://developer.apple.com/downloads
[brew]: https://github.com/Homebrew/brew
[docker]: https://www.docker.com/docker-mac
```sh
# Download the code
git clone git@github.com:coreos-inc/quay.git && cd quay
# Install the system dependencies
brew install libevent libmagic postgresql gpgme pyenv pyenv-virtualenv pyenv-pip-rehash docker docker-machine node yarn
brew install libevent libmagic postgresql gpgme pyenv pyenv-virtualenv node yarn
# Create a default virtualmachine for docker
docker-machine create -d virtualbox default