<?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>Archivos de cloud computing &#187; Endless Manifesto</title>
	<atom:link href="https://kadai.com.mx/tag/cloud-computing/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Un blog personal sobre muchas cosas, en especial videojuegos, descubrimientos y escritos al azar.</description>
	<lastBuildDate>Tue, 12 Sep 2017 02:10:10 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://kadai.com.mx/wp-content/uploads/2017/08/new-favicon-88x88.png</url>
	<title>Archivos de cloud computing &#187; Endless Manifesto</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">126519727</site>	<item>
		<title>Give XAMPP a try&#8230; if using WordPress</title>
		<link>https://kadai.com.mx/give-xampp-try-using-wordpress/</link>
					<comments>https://kadai.com.mx/give-xampp-try-using-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Kadai Crosshansen]]></dc:creator>
		<pubDate>Tue, 30 May 2017 01:57:41 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[easyphp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[stack]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xampp]]></category>
		<guid isPermaLink="false">https://kadai.com.mx/?p=456</guid>

					<description><![CDATA[<p>I used to be loyal to EasyPHP, but that changed once I come across XAMPP. And all of that because I wanted to run WordPress locally. This, because I would need more computing power than I could get from a regular hosting account. The Origin of the Problem I have been using EasyPHP since earlier [&#8230;]</p>
<p>The post <a href="https://kadai.com.mx/give-xampp-try-using-wordpress/">Give XAMPP a try&#8230; if using WordPress</a> appeared first on <a href="https://kadai.com.mx">Endless Manifesto</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">I used to be loyal to EasyPHP, but that changed once I come across XAMPP.</p>
<p style="text-align: justify;">And all of that because I wanted to run WordPress locally. This, because I would need more computing power than I could get from a regular hosting account.</p>
<p><span id="more-456"></span></p>
<h3>The Origin of the Problem</h3>
<p style="text-align: justify;">I have been using EasyPHP since earlier this decade. Found it to be quite easy to install, move and play with. I just copied over the whole «install» folder to an USB pen drive and I had a portable server.</p>
<p style="text-align: justify;">Easy so far there.</p>
<p style="text-align: justify;">Even deployed it into a very special project made for Quintana Roo&#8217;s state government, that has given some interesting results.</p>
<p style="text-align: justify;">I trusted it because it could resist all sort of problems and because messing with it was very easy. At least for self-developed solutions.</p>
<p style="text-align: justify;">Before giving it a new shot into windows, I installed a LAMP stack into my Kubuntu install. Loaded WordPress into it, and gave it a go.</p>
<p style="text-align: justify;">Eventually, I found some problems like that I needed to change users for the folders (like setting «www-data» as the owner) and other issues.</p>
<p style="text-align: justify;">Everything worked as it should. Even preventing me from doing silly unsafe things, but that meant also that I would need to spend extra time I did not have.</p>
<p style="text-align: justify;">The solution? Go back to windows and use a solution I had there.</p>
<p style="text-align: justify;">Updated EasyPHP and got it running as usual. Installed WordPress and when come to download the first plugins&#8230; oh problems.</p>
<p style="text-align: justify;">Long history short: WordPress did not saw any transport. Activating cURL or SSH did not help. Neither FTP. Neither some voodoo magic I had at hand.</p>
<h3 style="text-align: justify;">Aim for a solution</h3>
<p style="text-align: justify;">Spend a fair time of weekend searching for another solution to my problem. As I had spent already a lot on it.</p>
<p style="text-align: justify;">Giving up was not an option at this point.</p>
<p style="text-align: justify;">After some reading, apparently, I also needed an FTP server to be running in Windows to make stuff work.</p>
<p style="text-align: justify;">In Linux, I just had used the <a href="http://www.hongkiat.com/blog/update-wordpress-without-ftp/" target="_blank" rel="noopener noreferrer">FS_METHOD «direct»</a> to make it work with no issues at sight. In windows, it just did not work. WordPress complained that there was no «transport available».</p>
<p style="text-align: justify;">That is why then I needed to search for an alternative. There are plenty there.</p>
<h4 style="text-align: justify;">XAMPP is found</h4>
<p style="text-align: justify;">After a couple of searches just came across <a href="https://www.apachefriends.org/index.html" target="_blank" rel="noopener noreferrer">XAMPP</a>. And I almost did jump aboard when seeing what it does come bundled with.</p>
<p style="text-align: justify;">Like any stack, it comes with Apache, MySQL/MariaSQL and PHP&#8230; and Perl and FTP! This last one is what made me jump on as it was bundled.</p>
<p style="text-align: justify;">I am not going to bother explaining the steps on how to get yourself rolling into a local <a href="http://www.wpbeginner.com/wp-tutorials/how-to-create-a-local-wordpress-site-using-xampp/" target="_blank" rel="noopener noreferrer">WordPress install</a>, as there are plenty <a href="http://www.wikihow.com/Install-Wordpress-on-XAMPP" target="_blank" rel="noopener noreferrer">examples out there</a> already. And because I installed it almost on automatic.</p>
<div id="attachment_457" style="width: 692px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-457" class="wp-image-457 size-full" src="https://kadai.com.mx/wp-content/uploads/2017/05/xampp-control.jpg" alt="" width="682" height="440" srcset="https://kadai.com.mx/wp-content/uploads/2017/05/xampp-control.jpg 682w, https://kadai.com.mx/wp-content/uploads/2017/05/xampp-control-480x310.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 682px, 100vw" /><p id="caption-attachment-457" class="wp-caption-text">The control panel, with some of its options</p></div>
<p style="text-align: justify;">Of course, I do not recommend to get the bitnami WordPress add-on. While installing WordPress is easy and is tempting to run another installer to do the work for you&#8230; the results are not always&#8230; nice.</p>
<h3 style="text-align: justify;">Closing it</h3>
<p style="text-align: justify;">Being able to do certain things locally will always be nice. And much faster than reliying in a remote server to process our requests.</p>
<p style="text-align: justify;">It is a great way to rush development, try new things and of course&#8230; have the whole potential of your computer in case you need extra power while testing.</p>
<p style="text-align: justify;">I have done one of the first steps needed&#8230; now, let&#8217;s see how far I can start to go when things start to fall on its place.</p>
<p>The post <a href="https://kadai.com.mx/give-xampp-try-using-wordpress/">Give XAMPP a try&#8230; if using WordPress</a> appeared first on <a href="https://kadai.com.mx">Endless Manifesto</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kadai.com.mx/give-xampp-try-using-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">456</post-id>	</item>
	</channel>
</rss>
