summaryrefslogtreecommitdiffstats
path: root/doc/developer/Setup.md
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-19 09:32:30 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-19 09:32:30 -0700
commit94f02d17521e3a1294601971524c1020688390fd (patch)
tree908329388e0baea696da733a04db41faa88345cf /doc/developer/Setup.md
parent00c06fac43ff85c64f7c8eaf109aa66e479ea7c1 (diff)
downloadchat-94f02d17521e3a1294601971524c1020688390fd.tar.gz
chat-94f02d17521e3a1294601971524c1020688390fd.tar.bz2
chat-94f02d17521e3a1294601971524c1020688390fd.zip
Updating developer machine setup
Diffstat (limited to 'doc/developer/Setup.md')
-rw-r--r--doc/developer/Setup.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md
index d806b7a9b..8e49a79f5 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