Linux serverNETWORK ADMINISTRATIONS

Install Nodejs | VirtualBox | CentOS 7 – 2022

We’re back again after almost two and half years.

I decided to come back with server side development instead of flutter. Nodejs to be specific. In this video, we’re showing you how to setup a virtual machine with Cent OS 7 (Linux) and install Nodejs via terminal. This will come in handy when you are developing a mobile application and need to connect your database. We will see how to develop a backend API in the coming videos.

I’d like to thank each and everyone of you for staying with this channel throughout the years and showing interest.

More interesting stuff yet to come. Stay Tuned 🙂

To update Cent OS 7;
sudo yum update -y

To install Nodejs 16;
curl -sL https://rpm.nodesource.com/setup_16.x | bash –

sudo yum install nodejs -y

source

centos 7