Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

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
Javascript :: angular.json to war 
Javascript :: show object unordered in chrome console 
Javascript :: how to clear text ibput after message sent react native 
Javascript :: what is amqp10 policy nodejs 
Javascript :: regex changing before last dot value 
Javascript :: eliminare spazi inizio e fine stringa javascript 
Javascript :: u017f javascript 
Javascript :: how to set input of time type to current time on initialization 
Javascript :: cheditor wont open style material ui modal 
Javascript :: death calculator by date of birth make in java 
Javascript :: angularjs fractionSize with dot 
Javascript :: reactive forms angular conditional disabling 
Javascript :: wrap wreck request inside async block 
Javascript :: js background color to null 
Javascript :: reactnative print in ios 
Javascript :: get switchery to load after an ajax call 
Javascript :: retrieve list by id from firebase angular 
Javascript :: diynamic time vue js 
Javascript :: input type shows object angularjs 
Javascript :: generate random hsl color values 
Javascript :: smmoth scroll js 
Javascript :: traduire text with api translate google in react 
Javascript :: matrix array javascript 
Javascript :: enable cors on eleventy 
Javascript :: lodash groupby unique array of objects 
Javascript :: Utils is not a constructor MuiPickersUtilsProvider 
Javascript :: check if scrolled modal 
Javascript :: Checking equality with Promise.resolve vs async return 
Javascript :: ghjghj 
Javascript :: wherein knex 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =