<?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>Blog da Hostweb &#187; Lamp</title>
	<atom:link href="http://blog.hostweb.com.br/tag/lamp/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hostweb.com.br</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 29 Oct 2010 10:37:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Instalando servidor Apache + PHP + MySQL no Ubuntu</title>
		<link>http://blog.hostweb.com.br/instalando-servidor-apache-php-mysql-phpmyadmin-no-ubuntu/hostweb</link>
		<comments>http://blog.hostweb.com.br/instalando-servidor-apache-php-mysql-phpmyadmin-no-ubuntu/hostweb#comments</comments>
		<pubDate>Wed, 30 Dec 2009 15:11:49 +0000</pubDate>
		<dc:creator>Giordano Alves</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Lamp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.hostweb.com.br/?p=250</guid>
		<description><![CDATA[Hoje vamos aprender a como instalar o Lamp.  
LAMP é um acrônimo para a combinação:

Linux
Apache
MySQL
PHP, Perl ou Python(no nosso caso PHP).

Em primeiro lugar vamos instalar o servidor Apache abra o terminal e digite:
$ sudo aptitude install apache2
Pronto, se você for agora no seu browser e digitar a url: http://localhost aparecerá a tela do Apache.
O [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hoje vamos aprender a como instalar o Lamp. <strong> </strong></p>
<p style="text-align: justify;"><strong>LAMP</strong> é um acrônimo para a combinação:</p>
<ul style="text-align: justify;">
<li><a title="Linux" href="http://www.linux.org/" target="_blank"><strong>L</strong>inux</a></li>
<li><a title="Apache" href="http://httpd.apache.org/" target="_blank"><strong>A</strong>pache</a></li>
<li><a title="Mysql" href="http://www.mysql.com/" target="_blank"><strong>M</strong>ySQL</a></li>
<li><a title="Php" href="http://php.net/" target="_blank"><strong>P</strong>HP</a>, <a title="Perl" href="http://www.perl.org/" target="_blank"><strong>P</strong>erl</a> ou <a title="Python" href="http://www.python.org/" target="_blank"><strong>P</strong>ython</a>(no nosso caso <a title="Php" href="http://php.net/" target="_blank">PHP</a>).</li>
</ul>
<p style="text-align: justify;">Em primeiro lugar vamos instalar o servidor <a title="Apache" href="http://httpd.apache.org/" target="_blank">Apache</a> abra o terminal e digite:</p>
<div id="code" style="text-align: justify;">$ sudo aptitude install apache2</div>
<p style="text-align: justify;">Pronto, se você for agora no seu browser e digitar a url: <em>http://localhost</em> aparecerá a tela do <a title="Apache" href="http://httpd.apache.org/" target="_blank">Apache</a>.</p>
<p style="text-align: justify;">O próximo passo é instalar o <a title="Php" href="http://php.net/" target="_blank">Php</a>:</p>
<div id="code" style="text-align: justify;">$ sudo aptitude install php5</div>
<p style="text-align: justify;">Depois que instalar o <a title="Php" href="http://php.net/" target="_blank">Php</a> reinicie o <a title="Apache" href="http://httpd.apache.org/" target="_blank">Apache</a> com o comando:</p>
<div id="code" style="text-align: justify;">$ sudo /etc/init.d/apache2 restart</div>
<p style="text-align: justify;">Crie um arquivo php chamado <strong>info.php</strong> no diretório <strong>/var/www/</strong> com o seguinte código:</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-259" title="Captura_de_tela-1" src="http://blog.hostweb.com.br/wp-content/uploads/2009/12/Captura_de_tela-1.png" alt="Captura_de_tela-1" width="154" height="61" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Agora no seu browser digite a url: <em>http://localhost/info.php</em> aparecerá a tela do <a title="Php" href="http://php.net/" target="_blank">Php</a>.</p>
<p style="text-align: justify;">Instalaremos então o <a title="Mysql" href="http://www.mysql.com/" target="_blank">Mysql</a> e a biblioteca dela com o <a title="Php" href="http://php.net/" target="_blank">Php</a>:</p>
<div id="code" style="text-align: justify;">mysql-server-5.0 php5-mysql</div>
<p style="text-align: justify;">Pronto você tem as ferramentas para poder construir seus sites. Agora é só  comecar.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostweb.com.br/instalando-servidor-apache-php-mysql-phpmyadmin-no-ubuntu/hostweb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

