easier node install for ubuntu from
https://github.com/nodesource/distributions#debinstall
Этот коммит содержится в:
@@ -65,12 +65,8 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
|
|||||||
3. Reload your bashrc
|
3. Reload your bashrc
|
||||||
`source ~/.bashrc`
|
`source ~/.bashrc`
|
||||||
6. Install Node.js
|
6. Install Node.js
|
||||||
1. Download the newest version of the Node.js sources from https://nodejs.org/en/download/
|
`curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -`
|
||||||
2. Extract the contents of the package and cd into the extracted files
|
`sudo apt-get install -y nodejs`
|
||||||
3. Compile and install Node.js
|
|
||||||
`./configure`
|
|
||||||
`make`
|
|
||||||
`make install`
|
|
||||||
7. Install Ruby and Compass
|
7. Install Ruby and Compass
|
||||||
`apt-get install ruby`
|
`apt-get install ruby`
|
||||||
`apt-get install ruby-dev`
|
`apt-get install ruby-dev`
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user