<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Website on Vineet Kumar</title><link>https://new.vineetkumar.me/tag/website/</link><description>Recent content in Website on Vineet Kumar</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 09 Oct 2015 10:48:04 +0000</lastBuildDate><atom:link href="https://new.vineetkumar.me/tag/website/index.xml" rel="self" type="application/rss+xml"/><item><title>Steps to add a WordPress Site to an existing VPS</title><link>https://new.vineetkumar.me/2015/10/steps-to-add-a-wordpress-site-to-an-existing-vps/</link><pubDate>Fri, 09 Oct 2015 10:48:04 +0000</pubDate><guid>https://new.vineetkumar.me/2015/10/steps-to-add-a-wordpress-site-to-an-existing-vps/</guid><description>&lt;p&gt;I use to have a hard time configuring a new site under a common VPS. So I decided to document the steps for easy reference in future.&lt;br&gt;
Following are the steps to add a new site “site-name.com” under a new user account “username” on your Linux VPS. This is to note that this works if you have the following web service solution stack (LAMP):&lt;br&gt;
Linux OS : &lt;strong&gt;Debian&lt;/strong&gt;&lt;br&gt;
Web server: &lt;strong&gt;Nginx&lt;/strong&gt; (Not Apache)&lt;br&gt;
Database: &lt;strong&gt;MySQL&lt;/strong&gt;&lt;br&gt;
Application Programming Language: &lt;strong&gt;PHP&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;So here we go:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Buy the domain. Call it &lt;strong&gt;site-name.com&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Set the nameserver of the domain to point to the IP address of your VPS under ‘A’ record which stands for ‘Address’. For reference, there are other kinds of record like ‘CNAME’ and ‘MX’, but you don’t need to set them at this point.&lt;/li&gt;
&lt;li&gt;Create a new user on VPS by command by following command.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;sudo adduser username&lt;/pre&gt;
&lt;p&gt;This command also creates a new home directory for the user.&lt;/p&gt;</description></item></channel></rss>