<?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 install localhost Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/wordpress-install-localhost/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/wordpress-install-localhost/</link>
	<description>Code Solution</description>
	<lastBuildDate>Sun, 14 Feb 2021 16:18:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>wordpress install localhost Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/wordpress-install-localhost/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install WordPress on your localhost</title>
		<link>https://codeplaners.com/how-to-install-wordpress-on-your-localhost/</link>
					<comments>https://codeplaners.com/how-to-install-wordpress-on-your-localhost/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 16 Oct 2020 07:17:09 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress error]]></category>
		<category><![CDATA[wordpress install]]></category>
		<category><![CDATA[wordpress install localhost]]></category>
		<guid isPermaLink="false">http://localhost/codeplaners/?p=282</guid>

					<description><![CDATA[<p>This post was last updated on February 14th, 2021 at 04:18 pmIntroduction of WordPress WordPress Learning is fun. Anyone with the opportunity to start to create a site would definitely be tempted to make it easy to use. Millions of people around the world rely on WordPress for their websites, not just you. That&#8217;s 30 &#8230; <a href="https://codeplaners.com/how-to-install-wordpress-on-your-localhost/" class="more-link">Continue reading<span class="screen-reader-text"> "How to install WordPress on your localhost"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-wordpress-on-your-localhost/">How to install WordPress on your localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="last-modified">This post was last updated on February 14th, 2021 at 04:18 pm</p><h4><strong>Introduction of WordPress</strong></h4>
<p>WordPress Learning is fun. Anyone with the opportunity to start to create a site would definitely be tempted to make it easy to use. Millions of people around the world rely on WordPress for their websites, not just you. That&#8217;s 30 percent of the total websites (1) that live at the moment. I&#8217;m sure you&#8217;re ready to try WordPress with more passion than ever. It is hardly possible without WordPress being built on your local computer. With that in mind, we will tell you in this article how to install WordPress. Click the link or download the <a href="https://www.apachefriends.org/download.html">xampp</a> here.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/xampp-download.jpg" /></p>
<p>&nbsp;</p>
<p><strong>Step 1)  On your computer, downloading and installing XAMPP</strong><br />
Downloading and installing the <strong>XAMPP</strong> app is the first step toward installing <strong>WordPress</strong> locally. The installer file for Windows can be downloaded from Apache. It is a big file, about 110 MB, so, depending on your access, it may take a couple of minutes then install your computer after then start the <strong>Apache</strong> or <strong>MySQL</strong>.</p>
<p><a href="https://www.apachefriends.org/download.html"><img decoding="async" loading="lazy" class="aligncenter" src="https://codeplaners.com/wp-content/uploads/2020/10/download-1.png" width="300" height="100" /></a></p>
<p>&nbsp;</p>
<p><strong>Step 2)-  Start and test your server with both the modules</strong><br />
You&#8217;ll need to run two modules to run XAMPP and WordPress properly:</p>
<p>The <strong>Apache</strong><br />
Including <strong>MySQL</strong><br />
From the XAMPP control panel, you can enable both modules:</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/apachi-start.jpg" /></p>
<p><strong>Step 3)- Start the apache or MySQL</strong></p>
<p>Once you launch them, you should see their status turn to green: Here&#8217;s what you should see once you start Apache and MySQL</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/apachi-started.jpg" /></p>
<p><strong>Step 4) Test your xampp local server is working.</strong></p>
<p>Now, by going to http://localhost/dashboard/ in your web browser of choice, you should be able to verify whether your local server is working:</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/localhost-dashbord.jpg" /></p>
<p>&nbsp;</p>
<p><strong>Step 5) </strong> <strong>Link the files to WordPress or download files.</strong><br />
The rest of the process should feel pretty familiar if you&#8217;ve ever installed WordPress manually. You need to go to wordpress.org first and download the latest <a href="https://wordpress.org/">WordPress</a> version.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/download-wordpress.jpg" /></p>
<p><strong>Step 6) </strong><strong>Link the files to htdocs </strong></p>
<p>Then, under Windows, navigate to the folder where XAMPP was installed. That&#8217;s C:/xampp for us. For you, it should be something similar. Then find the subfolder htdocs: in that folder:</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/htdocs.jpg" /></p>
<p><strong>Step 6) </strong><strong>Extract the WordPress files in htdocs</strong></p>
<p>In the htdocs folder will become the sub-name used for accessing your site. For instance, if you build a demo website folder, by going to http:/localhost / demosite, you can access your site.</p>
<p>Extract the WordPress .zip file you downloaded from wordpress.org into it once you create a folder:</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/extract-wordpress.jpg" /></p>
<p><strong>Step 7) </strong><strong>place the new folder WordPress files.</strong></p>
<p>create a folder for the demosite after then place the complete WordPress files in the demosite folder. you see the screenshot of all wp files here in the demosite folder.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/demo-site.jpg" /></p>
<p><strong>Step 8)  How to Create a WordPress database </strong><br />
First, for your WordPress installation, you need to create a <strong>MySQL</strong> database. Launch <strong>PHPMyAdmin</strong> from your XAMPP control panel to do that: open the URL http://localhost/phpmyadmin/</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/phpmyadmin-1.jpg" /></p>
<p><strong>Step 9)  Locally install WordPress via the on-screen installer</strong><br />
You should see the usual WordPress installer while you are going to visit your test site. Know, just http:/localhost/demosite : is your test location and click the continue button.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/wordpress-install.jpg" /></p>
<p>Database details have been the only stage where this process will differ from a normal setup. Enter them like this when you get to the database details:</p>
<p>Name of the database = <strong>database name you created with PHPMyAdmin</strong><br />
Username = &#8220;<strong>root</strong>&#8221;<br />
Password = <strong>Keep blank </strong></p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/dbc.jpg" /></p>
<p>Then click to the submit after then you see the next page then it is asking  for Run the installation</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/run-the-install.jpg" /></p>
<p>The final step of installation.<br />
Give your site a title. We&#8217;ve called our <strong>WordPress ERP</strong> site here. Your database name can also be kept as the name of your domain.<br />
Write the name of your user<br />
Provide a good password<br />
Write a personal <strong>e-mail address</strong> for you<br />
Test the search engine&#8217;s visibility button carefully. Otherwise, Google will also begin to index your local location!<br />
And finally, just click the WordPress Install button!</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/admin-access-1.jpg" /></p>
<p>Yes, you have your installation complete. A notice like below is being seen.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/finalsetup.jpg" /></p>
<p><strong>Step 10)  Check out the place you built</strong><br />
Now is the time with your local site to check out. How would it look, or how would it structure? Provide a check.</p>
<p>This is your dashboard or admin panel backend, where you&#8217;ll control everything from.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/wp-dashbord.jpg" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-wordpress-on-your-localhost/">How to install WordPress on your localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-install-wordpress-on-your-localhost/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
