summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-08-07 11:06:39 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-08-07 11:06:39 -0400
commitbf1537ac13d194ec02a16d9917bf16b00a96b6a7 (patch)
tree31639f554943a03e0f493affdeb0f6b6cc7436d6
parentb71e1ccf455ec1d859196f706549cfd154f6992c (diff)
parent9b42ad76e317548451189a5355e4724937fb1f2f (diff)
downloadchat-bf1537ac13d194ec02a16d9917bf16b00a96b6a7.tar.gz
chat-bf1537ac13d194ec02a16d9917bf16b00a96b6a7.tar.bz2
chat-bf1537ac13d194ec02a16d9917bf16b00a96b6a7.zip
Merge pull request #347 from mattermost/it33-patch-1
MM-1898 Updates to Mac OSX instructions
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index cf5868f08..5af82bb72 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,11 @@ Local Machine Setup (Docker)
### Mac OSX ###
-1. Follow the instructions at: http://docs.docker.com/installation/mac/
- 1. Use the Boot2Docker command-line utility.
- 2. If you do command-line setup use: `boot2docker init eval “$(boot2docker shellinit)”`
+1. Install Boot2Docker using instructions at: http://docs.docker.com/installation/mac/
+ 1. Start Boot2Docker from the command line and run: `boot2docker init eval “$(boot2docker shellinit)”`
2. Get your Docker IP address with: `boot2docker ip`
-3. Add a line to your /etc/hosts that goes: `<Docker IP> dockerhost`
-4. Run: `boot2docker shellinit` and copy the export statements to your ~/.bash\_profile.
+3. Use `sudo nano /etc/hosts` to add `<Docker IP> dockerhost` to your /etc/hosts file
+4. Run: `boot2docker shellinit` and copy the export statements to your ~/.bash\_profile by running `sudo nano ~/.bash_profile`. Then run: `source ~/.bash_profile`
5. Run: `docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform`
6. When docker is done fetching the image, open http://dockerhost:8065/ in your browser.