Jak zainstalować node.js w debianie ?

Z Podręcznik Administratora by OPZ SGU
Wersja z dnia 19:02, 26 mar 2013 autorstwa Adminka23 (dyskusja | edycje) (Utworzył nową stronę „<pre> apt-get install build-essential </pre> <pre> apt-get install git </pre> <pre> git clone git://github.com/joyent/node.git </pre> <pre> cd node </pre> <pre> ...”)
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
Przejdź do nawigacji Przejdź do wyszukiwania
apt-get install build-essential


apt-get install git


git clone git://github.com/joyent/node.git
cd node
./configure
make
make install
 wget --no-check-certificate  http://npmjs.org/install.sh
apt-get install curl
sh install.sh