Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make installation via homebrew the default instructions for macOS #457

Merged
merged 3 commits into from
Sep 7, 2017

Conversation

nmccrory
Copy link
Contributor

@nmccrory nmccrory commented Sep 7, 2017

The Problem/Issue/Bug:

Homebrew is the most straight forward and is the expected way of installing software for many macOS users.

How this PR Solves The Problem:

This PR solves the problem by listing homebrew as the first installation instruction for macOS. Docs provide code examples to download, install, and upgrade ddev. As well as a link to the homebrew download/install instructions - that user's without homebrew may use as a reference.

Manual Testing Instructions:

Automated Testing Overview:

Related Issue Link(s):

#434

Release/Deployment notes:

Copy link
Member

@rfay rfay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, please make the changes indicated and it should be good to pull. Thanks!

README.md Outdated
@@ -32,6 +32,18 @@ ddev requires ports 80 and 3306 to be available for use on your system when site
If you need to use another environment after using ddev, simply ensure all of your ddev sites are stopped or removed. ddev only uses system ports when at least one site is running.

## Installation
### Homebrew - macOS

For macOS users, we recommend downloading and installing ddev via homebrew:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make homebrew a link here.

README.md Outdated
```
brew tap drud/ddev && brew install ddev
```
To upgrade to the latest version of ddev, simply run:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably "Later, to upgrade to a newer version"

README.md Outdated
brew upgrade ddev
```
If you need to install homebrew, instructions can be found [here](https://brew.sh/).

### Installation Script - Linux and macOS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd just change this heading to "Installation Script - MacOS or Linux".

@nmccrory
Copy link
Contributor Author

nmccrory commented Sep 7, 2017

@rfay your changes have been made. Does this have the green light to squash and merge?

@nmccrory nmccrory merged commit 95e0157 into ddev:master Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants