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

1090 ワード

yumでnodejsとnpmをインストールするには、まずyumにepelソースを追加する必要があります.
 
ヽoo.ツ
rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/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
原文:http://blog.csdn.net/xiao_jun0820/articale/detail/50838185
yumとソースのインストール
https://blog.csdn.net/abcdefg2343/article/details/81355002
転載先:https://www.cnblogs.com/xiewenming/p/9914884.html