Node.js

How To Install Node.js on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on Rocky Linux 8

In this guide, we will show you three different ways of getting Node.js installed on a Rocky Linux 8 server: using `dnf` to install the `nodejs` package from Rocky’s default AppStream repository; installing via the NodeSource repository; installing `nvm`, the Node Version Manager, and using it to install and manage multiple versions of `node`

Read more
How To Install the Etherpad Collaborative Web Editor on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Etherpad Collaborative Web Editor on Ubuntu 20.04

Etherpad is a web application that enables real-time collaborative text editing in the browser. It is written in Node.js and can use a variety of database engines to store data. In this tutorial we will install Etherpad on an Ubuntu 20.04 server, using an SQLite database. We’ll also use Nginx to reverse proxy the application, and Certbot to fetch and install Let’s Encrypt SSL certificates.

Read more
CHAT