From f1a68f5e2e11a974daa1ea9996d7fca8a5f957a0 Mon Sep 17 00:00:00 2001 From: Yuri Tkachenko Date: Mon, 30 Nov 2015 12:24:32 +0300 Subject: easier node install for ubuntu from https://github.com/nodesource/distributions#debinstall --- doc/developer/Setup.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'doc/developer/Setup.md') 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` -- cgit v1.2.3-1-g7c22