Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

setup node and mongodb on centos 7 using npm

vim /etc/yum.repos.d/mongodb-org-4.2.repo
Comment

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
Comment

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
Comment

setup node and mongodb on centos 7 using npm

npm i -g gulp gulp-cli bower
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall python3 wsl 
Shell :: pygame not installing in ubuntu 20.04 
Shell :: keras version install in colab 
Shell :: vim remove whitespace from end of line 
Shell :: kubectl pod stuck terminating 
Shell :: enable telnet using cmd 
Shell :: git show remote url 
Shell :: colab unzip tar.gz 
Shell :: surge install 
Shell :: uninstall qgis ubuntu 20.04 
Shell :: pip missingno 
Shell :: how to install ruby on ubuntu 
Shell :: installing xournal++ in ubuntu 
Shell :: hdfs remove directory 
Shell :: how to install mongoose 
Shell :: how to stop port 3000 in windows 
Shell :: git diff lines of code 
Shell :: install sdkman ubuntu 
Shell :: youtube dl install ubuntu 
Shell :: install libssl1.0 
Shell :: openssl version command 
Shell :: how to uninstall global package npm 
Shell :: show all processes linux 
Shell :: zsh command not found python 
Shell :: centos cpus 
Shell :: conda install django rest framework 
Shell :: install video studio code arm64 
Shell :: install mysql linux mint 
Shell :: Install "repo" 
Shell :: bash: yarn: command not found 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =