Open terminal and sign in to your server:
ssh root@216.239.32.10
Note: replace 216.239.32.10 with your own server address
Let’s start by making sure the packages are up-to-date:
sudo apt-get update && sudo apt-get upgrade
Now to install everything we need:
sudo apt-get install nginx npm nodejs unzip
sudo ln -s /usr/bin/nodejs /usr/bin/node
Leave a Reply