NodeJS Environment Setup¶
Install NodeJS¶
Follow the instructions below to install the NodeJS:
Navigate to the NodeJS scripts directory on the server:
cd ~/scripts/environment/nodejsInvoke the NodeJS installation script:
./install_nodejs.sh
Install NPM¶
Follow the instructions below to install NPM:
Navigate to the npm scripts directory on the server:
cd ~/scripts/environment/npmInvoke the npm installation script:
./install_npm.sh
Install Angular¶
Follow the instructions below to install Angular:
Navigate to the Angular scripts directory on the server:
cd ~/scripts/environment/angularInvoke the Angular installation script:
./install_angular.sh