Merge pull request #1109 from mattermost/setup-dev
Updating developer machine setup
Этот коммит содержится в:
@@ -17,6 +17,8 @@ Developer Machine Setup
|
|||||||
2. Add the following to your ~/.bash_profile
|
2. Add the following to your ~/.bash_profile
|
||||||
`export GOPATH=$HOME/go`
|
`export GOPATH=$HOME/go`
|
||||||
`export PATH=$PATH:$GOPATH/bin`
|
`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
|
3. Reload your bash profile
|
||||||
`source ~/.bash_profile`
|
`source ~/.bash_profile`
|
||||||
4. Install Node.js using Homebrew
|
4. Install Node.js using Homebrew
|
||||||
@@ -58,6 +60,8 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
|
|||||||
`export GOPATH=$HOME/go`
|
`export GOPATH=$HOME/go`
|
||||||
`export GOROOT=/usr/local/go`
|
`export GOROOT=/usr/local/go`
|
||||||
`export PATH=$PATH:$GOROOT/bin`
|
`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
|
3. Reload your bashrc
|
||||||
`source ~/.bashrc`
|
`source ~/.bashrc`
|
||||||
6. Install Node.js
|
6. Install Node.js
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user