Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 496 Bytes

node-js

This script deploys Node.js ready for app install

📋 Features

Here is whats installed:

  • Base system tools: build-essential, curl, lsb-release, git, procps, net-tools, nano, htop, iftop, mariadb-client
  • Node.js (version: --lts - changeable via .env file)
  • Updates npm
  • pm2

▶️ Install

Should be done on a clean ubuntu 20.04 server!

wget https://raw.githubusercontent.com/deploy-script/node-js/master/script.sh && bash script.sh