From b7a821c3410ecd165241e2dbcf2c8376ae402124 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 14 Jun 2015 23:56:04 -0800 Subject: tweaking readme --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2f45e51cf..920cabe79 100644 --- a/README.md +++ b/README.md @@ -27,25 +27,30 @@ See Developer Machine Setup (Mac) ============================= -# Docker Setup +Docker Setup +------------ 1. Follow the instructions at docs.docker.com/installation/mac/ Use the Boot2Docker command-line utility If you do command-line setup use: `boot2docker init eval “$(boot2docker shellinit)”` 2. Get your Docker ip address with `boot2docker ip` 3. Add a line to your /etc/hosts that goes ` dockerhost` 4. Run `boot2docker shellinit` and copy the export statements to your ~/.bash_profile -# Go Setup +Go Setup +-------- 1. Download Go from golang.org/dl/ -# Node.js Setup +Node.js Setup +------------- 1. Install homebrew from brew.sh 2. `brew install node` -# Compass Setup +Compass Setup +------------- 1. Make sure you have the latest version of Ruby 2. `gem install compass` -# Mattermost Setup +Mattermost Setup +---------------- 1. Make a project directory for Mattermost, which will for the rest of this document be referred to as $PROJECT 2. Make a go directory in your $PROJECT directory 3. Create/Open your ~/.bash_profile and add the following lines: `export GOPATH=$PROJECT/go export PATH=$PATH:$GOPATH/bin` -- cgit v1.2.3-1-g7c22