setup node and mongodb on centos 7 using npm
vim /etc/yum.repos.d/mongodb-org-4.2.repo
setup node and mongodb on centos 7 using npm
vim /etc/yum.repos.d/mongodb-org-4.2.repo
setup node and mongodb on centos 7 using npm
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo
yum install -y nodejs yarn
npm i -g pm2 typescript
#pm2 startup
pm2 install typescript
setup node and mongodb on centos 7 using npm
[mongodb-org-4.2]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.2/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-4.2.asc
setup node and mongodb on centos 7 using npm
npm i -g gulp gulp-cli bower
setup node and mongodb on centos 7 using npm
yum install -y mongodb-org
#yum install -y https://repo.mongodb.org/yum/redhat/7/mongodb-org/3.6/x86_64/RPMS/mongodb-org-3.6.4-1.el7.x86_64.rpm
service mongod start
chkconfig mongod on
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us