centosはyum方式でnodejsとnpmをインストールします.

2438 ワード

yumでnodejsとnpmをインストールするには、まずyumにepelソースを追加する必要があります. centosにepelとremiソースを追加します. にある
ヽoo.ツ
64ビット:
rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
32ビット:
rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
インポートkey:
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
ヽoo.ツ
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-remi
インストールが完了したら、実行します.

curl --silent --location https://rpm.nodesource.com/setup_5.x | bash -
yum -y install nodejs