Difference between revisions of "User:Cyrusty/Web Server"

From Organic Design wiki
(Created page with "== On your Linode == go to DNS Manager Tab and add a Zone and enter the following requirements Domain - YOUR_DOMAIN_NAME Email address - YOUR_EMAIL A/AAAA Records Add a new...")
 
m
Line 18: Line 18:
  
 
== On your VPS ==
 
== On your VPS ==
 +
 +
<source lang="bash">
 
sudo apt-get update
 
sudo apt-get update
 +
</source>
 +
 +
<source lang="bash">
 
sudo apt-get install apache2
 
sudo apt-get install apache2
 +
</source>
 +
 
(check the VPS IP address in the address bar to see if apache web server has worked correctly)
 
(check the VPS IP address in the address bar to see if apache web server has worked correctly)

Revision as of 07:24, 9 March 2019

On your Linode

go to DNS Manager Tab and add a Zone and enter the following requirements Domain - YOUR_DOMAIN_NAME Email address - YOUR_EMAIL

A/AAAA Records Add a new A/AAAA record and put in Domain name and the ip address of your VPS.

On Domain

On the domain website go to DNS settings Change the name server to this and put the following

ns1.linode.com ns2.linode.com ns3.linode.com ns4.linode.com ns5.linode.com

On your VPS

sudo apt-get update
sudo apt-get install apache2

(check the VPS IP address in the address bar to see if apache web server has worked correctly)