<?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>Emiliano Keiner &#187; apache 2</title>
	<atom:link href="http://www.emilianokeiner.com/tag/apache-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emilianokeiner.com</link>
	<description>un simple webmainer</description>
	<lastBuildDate>Sat, 03 Jul 2010 04:55:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Instalar LAMP (Apache+MySQL+PHP) en Ubuntu</title>
		<link>http://www.emilianokeiner.com/2009/08/16/instalar-lamp-apachemysqlphp-en-ubuntu/</link>
		<comments>http://www.emilianokeiner.com/2009/08/16/instalar-lamp-apachemysqlphp-en-ubuntu/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 20:52:15 +0000</pubDate>
		<dc:creator>Emiliano Keiner</dc:creator>
				<category><![CDATA[Recursos]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apache 2]]></category>
		<category><![CDATA[instalar lamp]]></category>
		<category><![CDATA[instalar phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.emilianokeiner.com/?p=119</guid>
		<description><![CDATA[Instalar un servidor LAMP, que significa Linux+Apache+MySQL+PHP, en Ubuntu es muy sencillo. 1) Abrir la consola, para ello debemos ir a Aplicaciones-&#62;Accesorios-&#62;Terminal 2) tipear: sudo apt-get install apache2 php5 libapache2-mod-php5 3) ya tenemos el servidor web (apache 2) y lenguaje de scripting (PHP), ahora instalaremos el motor de base de datos sudo apt-get install mysql-server [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Instalar</strong> un servidor <strong>LAMP</strong>, que significa Linux+Apache+MySQL+PHP, en<strong> Ubuntu </strong>es muy sencillo.</p>
<p>1) Abrir la consola, para ello debemos ir a Aplicaciones-&gt;Accesorios-&gt;Terminal</p>
<p>2) tipear:</p>
<blockquote><p>sudo apt-get install apache2 php5 libapache2-mod-php5</p></blockquote>
<p>3) ya tenemos el servidor web (apache 2) y lenguaje de scripting (PHP), ahora instalaremos el motor de base de datos</p>
<blockquote><p>sudo apt-get install mysql-server mysql-client php5-mysql</p></blockquote>
<p>4) ahora a <strong>instalar phpmyadmin</strong>, para administrar nuestras bases de datos</p>
<blockquote><p>sudo apt-get install phpmyadmin</p></blockquote>
<p>Luego de estos 4 pasos, tendremos un <strong>Servidor LAMP en Ubuntu</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emilianokeiner.com/2009/08/16/instalar-lamp-apachemysqlphp-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
