centos6.3用yum方式安装npm实现mongo可视化操作
Posted hyzhou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6.3用yum方式安装npm实现mongo可视化操作相关的知识,希望对你有一定的参考价值。
要通过 yum 来安装 nodejs 和 npm 需要先给 yum 添加 epel 源
##添加 epel 源
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
##添加 remi 源
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
mongodb可视化安装如下:
https://www.cnblogs.com/shiweida/p/7692468.html
以上是关于centos6.3用yum方式安装npm实现mongo可视化操作的主要内容,如果未能解决你的问题,请参考以下文章