summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-08-05 16:44:27 -0400
committerit33 <iantien@gmail.com>2015-08-05 16:44:27 -0400
commitb0cd2f88883a16d74a879158648de923c3c4a352 (patch)
tree8841401e2a60ca1305178419d9496c4db4ad99b8 /README.md
parent201d165ed9552a39667eb997d381f893f1b12446 (diff)
downloadchat-b0cd2f88883a16d74a879158648de923c3c4a352.tar.gz
chat-b0cd2f88883a16d74a879158648de923c3c4a352.tar.bz2
chat-b0cd2f88883a16d74a879158648de923c3c4a352.zip
MM-1898 Updates to Mac OSX instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index cf5868f08..465d05ad7 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,12 @@ 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`. If you don't yet have a ~/.bash\_profile file this will create one for you.
+ 1. 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.