Browse Source

linux setup steps update

pull/17/head
guest 11 months ago
parent
commit
1dc4ef313a
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      linux_setup_el.sh

+ 6
- 2
linux_setup_el.sh View File

sudo yum install npm sudo yum install npm




sudo firewall-cmd --zone=public --add-port=8081/tcp --permanent
sudo firewall-cmd --reload


#INSTALLING NODE JS #INSTALLING NODE JS
npm install -g pm2
sudo npm install -g pm2
npm install -g ember-cli npm install -g ember-cli
npm install -g loopback-cli npm install -g loopback-cli


git pull origin master git pull origin master
rm -rf package-lock.json rm -rf package-lock.json
npm i --force npm i --force
bower install
sudo bower install
node_modules/.bin/bower install node_modules/.bin/bower install


cd .. cd ..

Loading…
Cancel
Save