<?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>BuildDocs.com - Operating System and Application Build Documents Repository &#187; lamp</title>
	<atom:link href="http://builddocs.com/tags/lamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://builddocs.com</link>
	<description>Better Docs / Better Systems</description>
	<lastBuildDate>Thu, 15 Jul 2010 11:22:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building LAMP on Ubunta Part 3</title>
		<link>http://builddocs.com/server_os_builds/building-lamp-on-ubunta-part-3/</link>
		<comments>http://builddocs.com/server_os_builds/building-lamp-on-ubunta-part-3/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 23:26:54 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=501</guid>
		<description><![CDATA[This is part 3 of Building LAMP on Ubuntu.  This sections is intended to help you get acquainted with the Ubunta LAMP server.
See previous sections:
Installing Ubuntu Operating System
Basic Ubuntu Server Configuration
Putty
Putty is a free SSH client used to log in to remotely manage your server. It can be downloaded from: here
To connect to your server [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 3 of Building LAMP on Ubuntu.  This sections is intended to help you get acquainted with the Ubunta LAMP server.</p>
<p>See previous sections:</p>
<p><a href="http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1">Installing Ubuntu Operating System</a></p>
<p><a href="http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2">Basic Ubuntu Server Configuration</a></p>
<h2>Putty</h2>
<p>Putty is a free SSH client used to log in to remotely manage your server. It can be downloaded from: <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">here</a></p>
<p>To connect to your server open putty and enter your server&#8217;s IP address.</p>
<p><img class="aligncenter size-full wp-image-511" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-16-02.jpg" alt="TVERSITY-2009-08-18-14-16-02" width="448" height="336" /></p>
<p>Press Yes to accept your server&#8217;s key</p>
<p><img class="aligncenter size-full wp-image-512" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-16-17.jpg" alt="TVERSITY-2009-08-18-14-16-17" width="448" height="336" /></p>
<p>enter your username and password to log in</p>
<p><img class="aligncenter size-full wp-image-513" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-20-12.jpg" alt="TVERSITY-2009-08-18-14-20-12" width="448" height="336" /></p>
<h2>WinSCP</h2>
<p>WinSCP is a Secure FTP (ftp over ssh) client used for file transfer. It can be downloaded from: <a href="http://winscp.net/eng/download.php">here</a></p>
<p>To connect to your server open WinSCP and enter your server&#8217;s IP address, your username and password.</p>
<p><img class="aligncenter size-full wp-image-515" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-17-26.jpg" alt="TVERSITY-2009-08-18-14-17-26" width="448" height="336" /></p>
<p>Press Yes to accept your server&#8217;s key</p>
<p><img class="aligncenter size-full wp-image-516" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-17-38.jpg" alt="TVERSITY-2009-08-18-14-17-38" width="448" height="336" /></p>
<p>Use the GUI controls to navigate directories and drag and drop files</p>
<p><img class="aligncenter size-full wp-image-517" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-17-55.jpg" alt="TVERSITY-2009-08-18-14-17-55" width="448" height="336" /></p>
<h2>Apache Web Server</h2>
<p>To verify that apache is running, at the command line type:</p>
<p><strong>ps -ef | grep apache</strong></p>
<p><strong><img class="aligncenter size-full wp-image-521" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-23-47.jpg" alt="TVERSITY-2009-08-18-21-23-47" width="448" height="336" /></strong></p>
<p>If apache is running you will see a number of apache processes running</p>
<p><img class="aligncenter size-full wp-image-522" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-23-53.jpg" alt="TVERSITY-2009-08-18-21-23-53" width="448" height="336" /></p>
<p>To make sure the apache server is accessible open your browser and enter your server&#8217;s IP address.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-18-30.jpg" alt="TVERSITY-2009-08-18-21-18-30" width="448" height="336" /></p>
<p>The default web home directory is: /var/www. This where web content and php files will be placed.</p>
<p><img class="aligncenter size-full wp-image-524" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-16-19.jpg" alt="TVERSITY-2009-08-18-21-16-19" width="448" height="336" /></p>
<p>Apache log files are written to the directory: /var/log/apache2/</p>
<p><img class="aligncenter size-full wp-image-525" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-29-19.jpg" alt="TVERSITY-2009-08-18-21-29-19" width="448" height="336" /></p>
<p>The Apache Configuration file apache2.conf is located in the directory: /etc/apache2/</p>
<p><img class="aligncenter size-full wp-image-526" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-19-42.jpg" alt="TVERSITY-2009-08-18-21-19-42" width="448" height="336" /></p>
<h2>PHP</h2>
<p>The PHP configuration file php.ini is located in the directory: /etc/php5/apache2/</p>
<p><img class="aligncenter size-full wp-image-528" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-20-16.jpg" alt="TVERSITY-2009-08-18-21-20-16" width="448" height="336" /></p>
<p>To find out details about this PHP build, we will use WinSCP to create a new file in the apache home directory named info.php. Navigate to the folder /var/www and right click inside the right file window. Select New and File</p>
<p><img class="aligncenter size-full wp-image-530" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-17-10.jpg" alt="TVERSITY-2009-08-18-21-17-10" width="448" height="336" /></p>
<p>In the file enter the following code and save:</p>
<p>&lt;?</p>
<p>phpinfo();</p>
<p>?&gt;</p>
<p><img class="aligncenter size-full wp-image-532" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-17-40.jpg" alt="TVERSITY-2009-08-18-21-17-40" width="448" height="336" /></p>
<p>Open your web browser and enter your ip address followed by /info.php</p>
<p><img class="aligncenter size-full wp-image-536" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-18-42.jpg" alt="TVERSITY-2009-08-18-21-18-42" width="448" height="336" /></p>
<h2>MySQL</h2>
<p>To verify MySQL is running type ps -ef | grep mysqld</p>
<p><img class="aligncenter size-full wp-image-538" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-24-32.jpg" alt="TVERSITY-2009-08-18-21-24-32" width="448" height="336" /></p>
<p>You will see mysql process running</p>
<p><img class="aligncenter size-full wp-image-539" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-24-42.jpg" alt="TVERSITY-2009-08-18-21-24-42" width="448" height="336" /></p>
<p>The MySQL configuration file my.cnf is located in the directory: /etc/mysql</p>
<p><img class="aligncenter size-full wp-image-541" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-21-23-01.jpg" alt="TVERSITY-2009-08-18-21-23-01" width="448" height="336" /></p>
<p>To manage MySQL database, I recommend installing either PhpMyAdmin or Webmin.</p>
<p>See <a title="Installing Webmin on Ubuntu 9.04" rel="bookmark" href="http://builddocs.com/server_os_builds/installing-webmin-on-ubuntu-9-04/">Installing Webmin on Ubuntu 9.04</a></p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/server_os_builds/building-lamp-on-ubunta-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building LAMP on Ubuntu Part 2</title>
		<link>http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2/</link>
		<comments>http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 18:42:45 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=460</guid>
		<description><![CDATA[This is part 2 of Building LAMP on Ubuntu.  This sections covers the initial setup of the server following the Ubuntu OS install covered in Installing Ubuntu Operating System
Set Root Password
At this point in the installation the root password is blank, and therefore there is no way to log in as root. Although most administrative [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 2 of Building LAMP on Ubuntu.  This sections covers the initial setup of the server following the Ubuntu OS install covered in <a href="http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1">Installing Ubuntu Operating System</a></p>
<h2>Set Root Password</h2>
<p>At this point in the installation the root password is blank, and therefore there is no way to log in as root. Although most administrative tasks can be performed using the sudo command, it makes things easier to have the ability to become root.</p>
<p>Log in to the console using the user account created in part one and type the following command and press Enter:</p>
<p><strong>sudo passwd root</strong></p>
<p><img class="aligncenter size-full wp-image-462" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-13-55-28.jpg" alt="Ubuntu 64-bit-2009-08-18-13-55-28" width="504" height="280" /></p>
<p>You will first be prompted to enter your current user password (the one you just logged in with). Next you will be asked to enter a new password for the root account, and type it again to confirm. When complete you should see a message indicating that the root password was successfully updated.</p>
<p><img class="aligncenter size-full wp-image-464" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-13-53-56.jpg" alt="Ubuntu 64-bit-2009-08-18-13-53-56" width="504" height="280" /></p>
<p>To become root, type the su command and press enter:</p>
<p><strong>su</strong></p>
<p><img class="aligncenter size-full wp-image-467" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-13-57-38.jpg" alt="Ubuntu 64-bit-2009-08-18-13-57-38" width="504" height="280" /></p>
<p>Enter the root password you just created and press enter</p>
<p><img class="aligncenter size-full wp-image-468" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-13-57-50.jpg" alt="Ubuntu 64-bit-2009-08-18-13-57-50" width="504" height="280" /></p>
<h2>Configure Static IP Address</h2>
<p>During the installation in part one, the system automatically configured the IP address of the server using DHCP. However, since this will be a web server, it is a good idea to set a static IP address.</p>
<p>To see the current ip address type the following command and press enter:</p>
<p><strong>ifconfig -a</strong></p>
<p><img class="aligncenter size-full wp-image-471" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-13-58-20.jpg" alt="Ubuntu 64-bit-2009-08-18-13-58-20" width="504" height="280" /></p>
<p>Current network configuration is displayed. Notice the ip address set for your nic card (probably eth0)</p>
<p><img class="aligncenter size-full wp-image-473" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-13-58-28.jpg" alt="Ubuntu 64-bit-2009-08-18-13-58-28" width="504" height="280" /></p>
<p>The following shows how to edit the network interface configuration file using the vi editor. Make sure you are still logged in as root and enter the following:</p>
<p><strong>vi /etc/network/interfaces</strong></p>
<p><img class="aligncenter size-full wp-image-475" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-00-33.jpg" alt="Ubuntu 64-bit-2009-08-18-14-00-33" width="504" height="280" /></p>
<p>The file will be opened by vi. Notice that the network card is set to dhcp and there is no address defined.</p>
<p><img class="aligncenter size-full wp-image-477" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-00-42.jpg" alt="Ubuntu 64-bit-2009-08-18-14-00-42" width="504" height="280" /></p>
<p>If you have never used vi before, be forewarned that it takes some getting used to. If you make a mistake, just remember the following sequence to escape and not save changes:</p>
<p><strong>ESC :q! ENTER</strong> (press escape key, type colon, lowercase q and an exclamation mark, and press ENTER)</p>
<p>Use the arrow keys to move the cursor up/down/left/right. Position the cursor underneath the d of dhcp.</p>
<p><img class="aligncenter size-full wp-image-479" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-01-13.jpg" alt="Ubuntu 64-bit-2009-08-18-14-01-13" width="504" height="280" /></p>
<p>Press the x key four times to delete the word dhcp</p>
<p><img class="aligncenter size-full wp-image-481" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-01-24.jpg" alt="Ubuntu 64-bit-2009-08-18-14-01-24" width="504" height="280" /></p>
<p>Press the i key to start insert mode (when in insert mode you can insert text. to escape insert mode press ESC). You will know you are in insert mode because it says INSERT at the bottom of the screen.</p>
<p><img class="aligncenter size-full wp-image-483" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-01-32.jpg" alt="Ubuntu 64-bit-2009-08-18-14-01-32" width="504" height="280" /></p>
<p>Type the word <strong>static</strong> and press ENTER to go to the next line</p>
<p><img class="aligncenter size-full wp-image-485" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-01-47.jpg" alt="Ubuntu 64-bit-2009-08-18-14-01-47" width="504" height="280" /></p>
<p>Next enter address and the server&#8217;s static ip address, netmask and the subnet mask, and gateway and the server&#8217;s gateway/router</p>
<p><img class="aligncenter size-full wp-image-487" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-03-44.jpg" alt="Ubuntu 64-bit-2009-08-18-14-03-44" width="504" height="280" /></p>
<p>Once finished, press the <strong>ESC</strong> key to escape from insert mode and enter the following command to save and exit:</p>
<p><strong>:x!</strong> (colon, lowercase x, and an exclamation mark)</p>
<p><img class="aligncenter size-full wp-image-489" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-04-48.jpg" alt="Ubuntu 64-bit-2009-08-18-14-04-48" width="504" height="280" /></p>
<p>Changes are saved</p>
<p><img class="aligncenter size-full wp-image-491" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-04-57.jpg" alt="Ubuntu 64-bit-2009-08-18-14-04-57" width="504" height="280" /></p>
<p>We will follow the same procedure to edit DNS. Enter the following command to open the dns configuration file:</p>
<p><strong>vi /etc/resolv.conf</strong></p>
<p>Edit the IP address following nameserver to your primary DNS server, and optionally add a second nameserver line with your secondary name server</p>
<p><img class="aligncenter size-full wp-image-492" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-06-26.jpg" alt="Ubuntu 64-bit-2009-08-18-14-06-26" width="504" height="280" /></p>
<p>Enter the following command for the networking changes to take effect</p>
<p>/etc/init.d/networking restart</p>
<p><img class="aligncenter size-full wp-image-493" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-07-48.jpg" alt="Ubuntu 64-bit-2009-08-18-14-07-48" width="504" height="280" /></p>
<p>Verify that your changes took effect by once again typing <strong>ipconfig -a</strong></p>
<p><img class="aligncenter size-full wp-image-495" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-08-11.jpg" alt="Ubuntu 64-bit-2009-08-18-14-08-11" width="504" height="280" /></p>
<p>You should see your new ip address for the primary network card</p>
<p><img class="aligncenter size-full wp-image-496" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-18-14-08-19.jpg" alt="Ubuntu 64-bit-2009-08-18-14-08-19" width="504" height="280" /></p>
<p>After you complete the setup, you should also review part 3:</p>
<p><a href="http://builddocs.com/server_os_builds/building-lamp-on-ubunta-part-3/">Getting to know Ubuntu LAMP Server</a></p>
<p>If you have questions or problems with this build doc please leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building LAMP on Ubuntu Part 1</title>
		<link>http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/</link>
		<comments>http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:27:33 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=404</guid>
		<description><![CDATA[This build document outlines the installation and setup of a basic LAMP (Linux Apache MySQL PHP) web server using Ubuntu 9.04.
This build will be broken up into 3 parts:
Part 1: Installing Ubuntu Operating System
Part 2: Basic Server Configuration
Part 3: Working with Ubuntu LAMP
In this build we will be using ubuntu-9.04-server-amd64.iso, which can be downloaded via [...]]]></description>
			<content:encoded><![CDATA[<p>This build document outlines the installation and setup of a basic LAMP (Linux Apache MySQL PHP) web server using Ubuntu 9.04.</p>
<p>This build will be broken up into 3 parts:</p>
<p>Part 1: Installing Ubuntu Operating System<br />
Part 2: <a href="http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2/">Basic Server Configuration</a><br />
Part 3: <a href="http://builddocs.com/server_os_builds/building-lamp-on-ubunta-part-3/">Working with Ubuntu LAMP</a></p>
<p>In this build we will be using ubuntu-9.04-server-amd64.iso, which can be downloaded via BitTorrent or from the Ubuntu website.</p>
<p>After downloading the iso file, you must either burn it to a CD or if this is a virtual machine you may mount the iso file to your VM&#8217;s CD-rom drive.</p>
<p>To begin installation, insert CD and boot server. When installer boots, select English.</p>
<p><img class="aligncenter size-full wp-image-408" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-33-43.jpg" alt="Ubuntu 64-bit-2009-08-17-09-33-43" width="448" height="336" /></p>
<p>At Ubuntu welcome screen, select Install Ubuntu Server and press Enter</p>
<p><img class="aligncenter size-full wp-image-409" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-34-39.jpg" alt="Ubuntu 64-bit-2009-08-17-09-34-39" width="448" height="336" /></p>
<p>Select English and press Enter</p>
<p><img class="aligncenter size-full wp-image-412" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-35-14.jpg" alt="Ubuntu 64-bit-2009-08-17-09-35-14" width="448" height="336" /></p>
<p>Select Country and press Enter</p>
<p><img class="aligncenter size-full wp-image-413" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-35-27.jpg" alt="Ubuntu 64-bit-2009-08-17-09-35-27" width="448" height="336" /></p>
<p>Select No to skip keyboard detection</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Red5-2009-08-20-16-13-13.jpg" alt="Red5-2009-08-20-16-13-13" width="448" height="336" class="aligncenter size-full wp-image-602" /></p>
<p>Select Country / keyboard layout</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Red5-2009-08-20-16-13-23.jpg" alt="Red5-2009-08-20-16-13-23" width="448" height="336" class="aligncenter size-full wp-image-603" /></p>
<p>Install begins and runs for a few minutes</p>
<p><img class="aligncenter size-full wp-image-417" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-38-07.jpg" alt="Ubuntu 64-bit-2009-08-17-09-38-07" width="448" height="336" /></p>
<p>Enter a hostname for your server</p>
<p><img class="aligncenter size-full wp-image-419" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-39-16.jpg" alt="Ubuntu 64-bit-2009-08-17-09-39-16" width="448" height="336" /></p>
<p>Select Timezone</p>
<p><img class="aligncenter size-full wp-image-420" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-39-26.jpg" alt="Ubuntu 64-bit-2009-08-17-09-39-26" width="448" height="336" /></p>
<p>Choose disk partition method. In this build we will select guided &#8211; use entire disk and setup LVM (Logical Volume Manager). If you wish to setup a custom partitioning scheme choose Manual.</p>
<p><img class="aligncenter size-full wp-image-423" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-39-38.jpg" alt="Ubuntu 64-bit-2009-08-17-09-39-38" width="448" height="336" /></p>
<p>Select your hard drive / disk</p>
<p><img class="aligncenter size-full wp-image-421" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-41-28.jpg" alt="Ubuntu 64-bit-2009-08-17-09-41-28" width="448" height="336" /></p>
<p>Select Yes to write changes to the disk</p>
<p><img class="aligncenter size-full wp-image-425" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-41-58.jpg" alt="Ubuntu 64-bit-2009-08-17-09-41-58" width="448" height="336" /></p>
<p>Verify you want to use the entire disk, press Enter to continue</p>
<p><img class="aligncenter size-full wp-image-427" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-42-06.jpg" alt="Ubuntu 64-bit-2009-08-17-09-42-06" width="448" height="336" /></p>
<p>Select Yes to write changes</p>
<p><img class="aligncenter size-full wp-image-431" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-42-28.jpg" alt="Ubuntu 64-bit-2009-08-17-09-42-28" width="448" height="336" /></p>
<p>Install continues</p>
<p><img class="aligncenter size-full wp-image-433" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-43-49.jpg" alt="Ubuntu 64-bit-2009-08-17-09-43-49" width="448" height="336" /></p>
<p>Enter your username</p>
<p><img class="aligncenter size-full wp-image-454" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-46-21.jpg" alt="Ubuntu 64-bit-2009-08-17-09-46-21" width="448" height="336" /></p>
<p>Enter your password (and once again to confirm)</p>
<p><img class="aligncenter size-full wp-image-452" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-03.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-03" width="448" height="336" /></p>
<p>When asked to encrypt home directory select No</p>
<p><img class="aligncenter size-full wp-image-437" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-34.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-34" width="448" height="336" /></p>
<p>Enter proxy server if any (in this build we leave blank)</p>
<p><img class="aligncenter size-full wp-image-438" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-44.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-44" width="448" height="336" /></p>
<p>Install continues</p>
<p><img class="aligncenter size-full wp-image-440" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-581.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-58" width="448" height="336" /></p>
<p>Select install security updates automatically</p>
<p><img class="aligncenter size-full wp-image-441" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-48-20.jpg" alt="Ubuntu 64-bit-2009-08-17-09-48-20" width="448" height="336" /></p>
<p>Select Software to install. Use up/down arrows and space bar to select. Select LAMP server, mail server and openssh server. Press Enter</p>
<p><img class="aligncenter size-full wp-image-443" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-49-44.jpg" alt="Ubuntu 64-bit-2009-08-17-09-49-44" width="448" height="336" /></p>
<p>Enter root password for MySQL database (and type again to confirm)</p>
<p><img class="aligncenter size-full wp-image-444" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-52-26.jpg" alt="Ubuntu 64-bit-2009-08-17-09-52-26" width="448" height="336" /></p>
<p>For mail configuration, select Internet Site and press Enter</p>
<p><img class="aligncenter size-full wp-image-445" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-46-13.jpg" alt="Ubuntu 64-bit-2009-08-17-10-46-13" width="448" height="336" /></p>
<p>Enter hostname/domain name for mail server</p>
<p><img class="aligncenter size-full wp-image-446" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-47-30.jpg" alt="Ubuntu 64-bit-2009-08-17-10-47-30" width="448" height="336" /></p>
<p>Last of install files get installed</p>
<p><img class="aligncenter size-full wp-image-447" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-47-38.jpg" alt="Ubuntu 64-bit-2009-08-17-10-47-38" width="448" height="336" /></p>
<p>When done, press Enter to finish. System will reboot. Make sure to remove CD-rom</p>
<p><img class="aligncenter size-full wp-image-448" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-51-56.jpg" alt="Ubuntu 64-bit-2009-08-17-10-51-56" width="448" height="336" /></p>
<p>Next Section: <A HREF="http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2/">Ubuntu Server Configuration</A></p>
<p>If you have questions or problems with this build please leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
