Update the mac dev env instructions
Don't need pip-rehash anymore, and should probably recommend docker for mac.
This commit is contained in:
parent
c228734978
commit
b08d56dc1e
1 changed files with 2 additions and 1 deletions
|
@ -81,13 +81,14 @@ macOS developers will need:
|
||||||
[command line tools]: https://developer.apple.com/downloads
|
[command line tools]: https://developer.apple.com/downloads
|
||||||
[xcode]: https://developer.apple.com/downloads
|
[xcode]: https://developer.apple.com/downloads
|
||||||
[brew]: https://github.com/Homebrew/brew
|
[brew]: https://github.com/Homebrew/brew
|
||||||
|
[docker]: https://www.docker.com/docker-mac
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Download the code
|
# Download the code
|
||||||
git clone git@github.com:coreos-inc/quay.git && cd quay
|
git clone git@github.com:coreos-inc/quay.git && cd quay
|
||||||
|
|
||||||
# Install the system dependencies
|
# 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
|
# Create a default virtualmachine for docker
|
||||||
docker-machine create -d virtualbox default
|
docker-machine create -d virtualbox default
|
||||||
|
|
Reference in a new issue