<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wordpress Setup &#8211; Sibeesh Passion</title>
	<atom:link href="https://www.sibeeshpassion.com/tag/wordpress-setup/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Mon, 07 Dec 2015 08:56:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Wordpress Setup &#8211; Sibeesh Passion</title>
	<link>https://www.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Set up WordPress in Your Local Wamp Server</title>
		<link>https://www.sibeeshpassion.com/set-up-wordpress-in-your-local-wamp-server/</link>
					<comments>https://www.sibeeshpassion.com/set-up-wordpress-in-your-local-wamp-server/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Wed, 29 Apr 2015 20:41:46 +0000</pubDate>
				<category><![CDATA[Wamp Server]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Setup]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=1981</guid>

					<description><![CDATA[This article explains how to configure WordPress in your local Wamp Server. You may have a live website which you hosted in a server. what if you need to try a new theme and test it? In that situation you can always set up a local wordpress and test your development works, if everything is fine, you can move those changes to live. So that you can avoid the errors in your live website. Here, I will share the procedure for that. Background A Few days ago, my friend Gaurav Arora suggested that I change my static website (www.sibeeshpassion.com) to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This article explains how to configure WordPress in your local Wamp Server. You may have a live website which you hosted in a server. what if you need to try a new theme and test it? In that situation you can always set up a local wordpress and test your development works, if everything is fine, you can move those changes to live. So that you can avoid the errors in your live website.  Here, I will share the procedure for that. </p>
<p><strong>Background</strong></p>
<p>A Few days ago, my friend Gaurav Arora suggested that I change my static website (www.sibeeshpassion.com) to a dynamic one. Thank you so much for giving me the idea, Gaurav. Therefore, I thought of changing my normal HTML pages to WordPress posts. Since I am completely new to the term PHP and WordPress, I thought to give it a try locally. Hence, I began configuring everything on localhost.</p>
<p><strong>Configuring  WordPress</strong></p>
<p>Before we start, please ensure that you have downloaded and installed the Wamp Server and WordPress. You can download them from the following links. </p>
<p><a href="https://wordpress.org/download/" target="_blank">Download wordpress</a></p>
<p><a href="http://www.wampserver.com/en/" target="_blank">Download wamp server</a></p>
<p>Now, you can follow the preceding procedure. Let us categorize the procedure into the following three points.</p>
<li>Setting up Database</li>
<li>Creating User</li>
<li>Configuring WordPress </li>
<p><strong>Setting Up Database</strong></p>
<p>To configure a database in your Wamp Server, please use the preceding procedure.</p>
<p><em>Step 1</em></p>
<p>After installing the Wamp Server, you can find a new icon on your Toolbar. Just click on it and now click localhost.</p>
<p><img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw1.png" alt="" /> </p>
<p><em>Step 2</em></p>
<p>Now, you will get a new window as shown below.</p>
<p> <img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw2.png" alt="" /></p>
<p>Next, click on phpmyadmin.</p>
<p><em>Step 3</em></p>
<p>Now, you will get the phpMyAdmin section as shown in the following screenshot.</p>
<p> <img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw3.png" alt="" /></p>
<p>Now, click on the database tab and type your database name and click on Create. That&#8217;s all we need to do to create a database successfully.</p>
<p><strong>Creating user</strong></p>
<p>Here is the procedure for creating a user.</p>
<p><em>Step 1</em></p>
<p>Start with clicking on the user tab.</p>
<p><em>Step 2</em></p>
<p>Fill in the required details.</p>
<p> <img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw5.png" alt="" /></p>
<p>Once you have filled it in, please click on the Go button. Now, using this, we have created a user for our WordPress. </p>
<p><strong>Configure WordPress</strong></p>
<p>Now we have done all the required settings to configure WordPress. So, let&#8217;s start with configuring WordPress.</p>
<p>Type your WordPress folder name that you have pasted in the www root of the Wamp Server.</p>
<p>Your URL looks as follows:  http://localhost:80/wordpress/wp-admin</p>
<p>Here, WordPress is my folder where I have the WordPress files. When you follow that link you will get a window as follows.</p>
<p><em>Step 1</em></p>
<p> <img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw6.png" alt="" /></p>
<p>Now select your language and click on continue.</p>
<p><em>Step 2</em></p>
<p> <img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw7.png" alt="" /></p>
<p>Now we will provide the database and user details. To continue, please click the &#8220;Let&#8217;s go!&#8221; button.</p>
<p><em>Step 3</em></p>
<p>Now, the next step is to edit our wp-config file.</p>
<p> <img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw9.png" alt="" /> </p>
<p><img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw10.png" alt="" /></p>
<p>Once you edit that file, move to the next step.</p>
<p><em>Step 4 </em></p>
<p><img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw8.png" alt="" /></p>
<p>Now, please fill the form.</p>
<blockquote><p>Note: You need to use the database and user that we already created in the first step.</p></blockquote>
<p><em>Step 5</em></p>
<p>If you submit the preceding form, you can see a message as follows.</p>
<p><img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw11.png" alt="" /> </p>
<p>Now click &#8220;Run the install&#8221;.</p>
<p><em>Step 6</em></p>
<p> <img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw12.png" alt="" /></p>
<p>Now, provide the password and other necessary details. Once completing that, you will get a message as follows.</p>
<p> <img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw13.png" alt="" /></p>
<p><em>Step 7</em></p>
<p>Now, to check whether our installation is correct or not.</p>
<p> <img decoding="async" src="http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/65794e/set-up-wordpress-in-your-local-wamp-server/Images/cw14.png" alt="" /></p>
<p>If the things are fine, you will get a login page. Now you can login and start using your WordPress and enjoy.</p>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I can.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
<p><strong>Points of interest</strong></p>
<p><em>Set up WordPress in your local Wamp Server.</em><br />
<em>Wamp server.</em><br />
<em>Localhost.</em><br />
<em>WordPress set up.</em><br />
<em>Installing WordPress in Wamp Server.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/set-up-wordpress-in-your-local-wamp-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
