Install Required Packages Issue the following commands to update your system and install the nginx web server and compiler tools (Perl should already be installed): Code: apt-get update apt-get upgrade apt-get install nginx build-essential psmisc wget /etc/init.d/nginx start Various additional dependency packages will be installed along with the ones we requested. Once the installation process finishes, you may wish to make sure nginx is running by browsing to your Linode's IP address (found on the "Network" tab in the Linode Manager). You should get the default "Welcome to nginx!" page. Configure Your Site In this guide, we'll be using the domain "bambookites.com" as our example site. You should substitute your own domain name in the configuration steps that follow. First, we'll need to create ...
apt-get update apt-get upgrade apt-get install nginx build-essential psmisc wget /etc/init.d/nginx start