From 94f02d17521e3a1294601971524c1020688390fd Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 19 Oct 2015 09:32:30 -0700 Subject: [PATCH 1/3] Updating developer machine setup --- doc/developer/Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md index d806b7a9ba..8e49a79f5f 100644 --- a/doc/developer/Setup.md +++ b/doc/developer/Setup.md @@ -17,6 +17,7 @@ Developer Machine Setup 2. Add the following to your ~/.bash_profile `export GOPATH=$HOME/go` `export PATH=$PATH:$GOPATH/bin` + `ulimit -n 8096` If you don't increate the file handle limit you may see some wierd build issues with browserify or npm. 3. Reload your bash profile `source ~/.bash_profile` 4. Install Node.js using Homebrew @@ -58,6 +59,7 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org `export GOPATH=$HOME/go` `export GOROOT=/usr/local/go` `export PATH=$PATH:$GOROOT/bin` + `ulimit -n 8096` If you don't increate the file handle limit you may see some wierd build issues with browserify or npm. 3. Reload your bashrc `source ~/.bashrc` 6. Install Node.js From e4f74a244386c80a33b48a30f76494d1d385dbbc Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 19 Oct 2015 09:34:29 -0700 Subject: [PATCH 2/3] Fixing formatting and typos --- doc/developer/Setup.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md index 8e49a79f5f..cf90848080 100644 --- a/doc/developer/Setup.md +++ b/doc/developer/Setup.md @@ -17,7 +17,8 @@ Developer Machine Setup 2. Add the following to your ~/.bash_profile `export GOPATH=$HOME/go` `export PATH=$PATH:$GOPATH/bin` - `ulimit -n 8096` If you don't increate the file handle limit you may see some wierd build issues with browserify or npm. + `ulimit -n 8096` + If you don't increase the file handle limit you may see some weird build issues with browserify or npm. 3. Reload your bash profile `source ~/.bash_profile` 4. Install Node.js using Homebrew @@ -59,7 +60,8 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org `export GOPATH=$HOME/go` `export GOROOT=/usr/local/go` `export PATH=$PATH:$GOROOT/bin` - `ulimit -n 8096` If you don't increate the file handle limit you may see some wierd build issues with browserify or npm. + `ulimit -n 8096` + If you don't increase the file handle limit you may see some weird build issues with browserify or npm. 3. Reload your bashrc `source ~/.bashrc` 6. Install Node.js From 540d13b53bab7a1731798cd47e9bb91549db2230 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 19 Oct 2015 09:35:09 -0700 Subject: [PATCH 3/3] Fixing formatting and typos --- doc/developer/Setup.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md index cf90848080..e78d4dff2d 100644 --- a/doc/developer/Setup.md +++ b/doc/developer/Setup.md @@ -16,9 +16,9 @@ Developer Machine Setup 1. `mkdir ~/go` 2. Add the following to your ~/.bash_profile `export GOPATH=$HOME/go` - `export PATH=$PATH:$GOPATH/bin` - `ulimit -n 8096` - If you don't increase the file handle limit you may see some weird build issues with browserify or npm. + `export PATH=$PATH:$GOPATH/bin` + `ulimit -n 8096` + If you don't increase the file handle limit you may see some weird build issues with browserify or npm. 3. Reload your bash profile `source ~/.bash_profile` 4. Install Node.js using Homebrew @@ -59,9 +59,9 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org 2. Add the following to your ~/.bashrc `export GOPATH=$HOME/go` `export GOROOT=/usr/local/go` - `export PATH=$PATH:$GOROOT/bin` - `ulimit -n 8096` - If you don't increase the file handle limit you may see some weird build issues with browserify or npm. + `export PATH=$PATH:$GOROOT/bin` + `ulimit -n 8096` + If you don't increase the file handle limit you may see some weird build issues with browserify or npm. 3. Reload your bashrc `source ~/.bashrc` 6. Install Node.js