jaychenthinkfast / node-offline-setup

node_offline_setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node_offline_setup

when server not allow access network , you can install node,npm,pm2 like this ->

mkdir -p /data/node_offline_setup      #first create the folder,then git clone code under it
cd /data/node_offline_setup/scripts
chmod +x *                             #add x to all install scripts
./install.sh                           #install start

About

node_offline_setup

License:Apache License 2.0


Languages

Language:Shell 100.0%