summaryrefslogtreecommitdiffstats
path: root/doc/developer/Setup.md
diff options
context:
space:
mode:
authorYuri Tkachenko <yuri.tam.tkachenko@gmail.com>2015-11-30 12:24:32 +0300
committerYuri Tkachenko <yuri.tam.tkachenko@gmail.com>2015-11-30 12:24:32 +0300
commitf1a68f5e2e11a974daa1ea9996d7fca8a5f957a0 (patch)
tree66fd1de2f58c30fe3623b68e40e3ebc53a8da342 /doc/developer/Setup.md
parentff08bf4d55173dd98ccd0f273a62d139979e6695 (diff)
downloadchat-f1a68f5e2e11a974daa1ea9996d7fca8a5f957a0.tar.gz
chat-f1a68f5e2e11a974daa1ea9996d7fca8a5f957a0.tar.bz2
chat-f1a68f5e2e11a974daa1ea9996d7fca8a5f957a0.zip
easier node install for ubuntu from
https://github.com/nodesource/distributions#debinstall
Diffstat (limited to 'doc/developer/Setup.md')
-rw-r--r--doc/developer/Setup.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md
index b44971e5f..eb662e606 100644
--- a/doc/developer/Setup.md
+++ b/doc/developer/Setup.md
@@ -65,12 +65,8 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
3. Reload your bashrc
`source ~/.bashrc`
6. Install Node.js
- 1. Download the newest version of the Node.js sources from https://nodejs.org/en/download/
- 2. Extract the contents of the package and cd into the extracted files
- 3. Compile and install Node.js
- `./configure`
- `make`
- `make install`
+ `curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -`
+ `sudo apt-get install -y nodejs`
7. Install Ruby and Compass
`apt-get install ruby`
`apt-get install ruby-dev`