Exported on 22-Sep-2021 14:54:12
Parameters
1 - Update yum packages
Update yum packages.
The connection details have changed from the last step.
Login as user {Linux User} on node {Linux Node}
# Install APT update
sudo yum -y update
2 - Install Node and NPM
Installs NodeJS v16 and Node Package Manager.
Login as user {Linux User} on node {Linux Node}
# Download setup script
sudo curl -fsSL https://rpm.nodesource.com/setup_16.x -o nodesource.sh
# Configure install script
sudo bash nodesource.sh
# Start installation
sudo yum install -y nodejs
Configure NodeJS Development Environment On RHEL Based Server With AttuneOps
This Blueprint Installs NodeJS Development Environment On CentOS, Fedora and Red Hat
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.
Attune makes it easy to configure Node.js and its popular dependency manager NPM with a few clicks.
Pre-Blueprint Attune setup