 
    
<?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>perl Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/perl/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Mon, 10 Oct 2011 02:16:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Installing AMPPS &#8211; Apache Server, MySql, PHP, Perl with Installation Scripts</title>
		<link>https://complete-concrete-concise.com/web-tools/installing-ampps-apache-server-mysql-php-perl-with-installation-scripts/</link>
					<comments>https://complete-concrete-concise.com/web-tools/installing-ampps-apache-server-mysql-php-perl-with-installation-scripts/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 02:16:18 +0000</pubDate>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[1.2]]></category>
		<category><![CDATA[AMPPS]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/installing-ampps-apache-server-mysql-php-perl-with-installation-scripts</guid>

					<description><![CDATA[<p>These instructions are for installing AMPPS 1.2 on Windows XP with Service Pack 3. It should work for other configurations as well. Some images may be clicked for full sized versions. AMPPS is an extremely easy to install and use Apache Server which comes bundled with MySQL (a database), PHP (server side scripting language), Perl [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/installing-ampps-apache-server-mysql-php-perl-with-installation-scripts/">Installing AMPPS &#8211; Apache Server, MySql, PHP, Perl with Installation Scripts</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing AMPPS 1.2 on Windows XP with Service Pack 3. It should work for other configurations as well.</p>
</div>
<div class="c2">Some images may be clicked for full sized versions.</div>
<p>AMPPS is an extremely easy to install and use Apache Server which comes bundled with MySQL (a database), PHP (server side scripting language), Perl (another server side scripting language), Python (yet another scripting language) and auto-installation scripts for 225 different web applications.</p>
<h1>Why would I want to install it?</h1>
<p>To allow development and testing on your local machine instead of on a remote (and probably live) server. I use it to test out changes to my website before uploading and committing changes to the real site.</p>
<p>Compared to XAMPP, AMPPS is easier and friendlier to use because of its auto-installation scripts. This allows you to easily try out various web applications without having to (1) find them yourself, and (2) handle the low level install details (not that it is hard). If an application you want to try out does not have an auto-install script, you can still install it manually (as you would under XAMPP).</p>
<p>Since I am more interested in testing out applications than developing them, I like the convenience of having so many to choose from.</p>
<h1>Why wouldn&#8217;t I want to install it?</h1>
<p>AMPPS does not enable port 443. Secure URLs, which begin with <span class="i1">https</span>, connect to your browser using port 443. Regular URLs, which begin with <span class="i1">http</span>, connect to your browser using port 80.</p>
<p><p>There does not seem to be a simple way to enable it.</p>
<p>For most people, this is not likely to be an issue.</p>
<p>As well, AMPPS does not grant you MySQL root access. Again, for most people this doesn&#8217;t matter because AMPPS scripts handle database creation for you (if the application needs one). If you need to create a new database, you simply have to assign it a user to be able to use it.</p>
<h1>Installation</h1>
<p>Download the self extracting package, run it and, in most cases, accept the default settings.</p>
<h1>Downloading</h1>
<p><strong>1) Go to</strong> the <a href="http://ampps.com/download">AMPPS download page</a> and click on the download icon:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-1-large.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-1-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>2) Select</strong> to either Save the file or to Run it directly over the Internet. Saving allows you to uninstall and reinstall if necessary:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-2.png" alt="" border="0" class="centered" /></p>
<h1>Installation</h1>
<p><strong>3) Click</strong> <u>Run</u> to begin installation. <span class="i1"><strong>NOTE:</strong> this step may differ depending on (1) whether you chose to <u>Save</u> or <u>Run</u> the file in Step 2, (2) which browser you are using. I used Internet Explorer, FireFox downloads into its own location, (3) you already have the file and are just reinstalling.</span></p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-3a.png" alt="" border="0" class="centered"/></p>
<p><strong>4) Windows may issue</strong> a <u>Security Warning</u>. It is safe to click on <u>Run</u>:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-3.png" alt="" border="0" class="centered" /></p>
<div class="c1">
<p>The installation process will present a number of screens (too many in my opinion). In general, it is ok to accept the default settings.</p>
</div>
<p><strong>5) Click </strong> <u>Next</u> on the welcome screen.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-4.png" alt="" border="0" class="centered" /></p>
<p><strong>6) Read</strong> the <u>License Agreements</u> and, if you agree, <strong>select</strong> <em>&#8220;I accept the agreement&#8221;</em> checkbox and <strong>click</strong> on <u>Next</u> to continue. <strong>Note:</strong> if you do not accept the agreements, then you will not be able to install AMPPS</p>
<p>:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-5.png" alt="" border="0" class="centered" /></p>
<p><strong>7) Click</strong> <u>Next</u> to continue.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-6.png" alt="" border="0" class="centered" /></p>
<p><strong>8) Choose</strong> where you want to install AMPPS. By default, it will be installed in <span class="i1">C:\Program Files\Ampps</span>. For most installs, the default selection is fine. I chose to install it in <span class="i1">D:\ampps</span>. You can either type the install location yourself, or browse for it:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-7.png" alt="" border="0" class="centered" /></p>
<p><strong>9) Click</strong> <u>Next</u> to create a menu folder called Ampps. If you like, you can change the name of the folder (by typing in a different folder name) or browse and select a folder to install AMPPS into. I accepted the default:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-8.png" alt="" border="0" class="centered" /></p>
<p><strong>10) Click</strong> <u>Next</u> to allow creation of (1) Desktop Icon, (2) Quick Launch Icon, and (3) Start Menu Icon. If you do not want any or all of these icons created, then deselect them by clicking on the appropriate checkbox:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-9.png" alt="" border="0" class="centered" /></p>
<p><strong>11) Review</strong> your installation options and <strong>click</strong> <u>Next</u> to continue installation. If you want to change any installation options, <strong>click</strong> <u>Back</u> to go to a  previous screen. Since there were three different configuration option screens, you might have to click <u>Back</u> up to three times:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-10.png" alt="" border="0" class="centered" /></p>
<p><strong>12) During installation</strong>, a progress screen will be displayed. Just wait:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-11.png" alt="" border="0" class="centered" /></p>
<p><strong>13) After installation, click</strong> <u>Finish</u> to launch AMPPS:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-12.png" alt="" border="0" class="centered" /></p>
<p><strong>14) Windows may issue</strong> a <u>Security Alert</u> about running the <em>Apache HTTP Server</em>. <strong>Click</strong> <u>Unblock</u> to allow the <em>Apache HTTP Server</em> to run. <span class="i1"><strong>NOTE:</strong> the Apache Server needs to run to in order for AMPPS to work:</span></p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-13a.png" alt="" border="0" class="centered" /></p>
<p><strong>15) Windows may issue</strong> a <u>Security Alert</u> about running the <em>MySQL Database</em>. <strong>Click</strong> <unblockM.u> to allow the <em>MySQL Database</em> to run. <span class="i1"><strong>NOTE:</strong> the MySQL Database needs to run in order for AMPPS to work:</span></p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-13b.png" alt="" border="0" class="centered" /></p>
<h1>The AMPPS Control Panel</h1>
<p>The AMPPS control panel is a little bit unintuitive &#8211; you know that the Apache server and MySQL Database are running because the <strong>Start</strong> icons are greyed out. It would be less confusing (I think) if they provided some sort of <strong>Running</strong> icon.</p>
<p>The <strong>Restart</strong> buttons are a nice touch and work well when restarting the services.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-14.png" alt="" border="0" class="centered" /></p>
<h1>Running AMPPS</h1>
<p>To run AMPPS, simply enter <span class="i1">localhost/ampps</span> into your browser&#8217;s URL field.</p>
<p>AMPPS presents you with a rich set of options for script installations: PHP, javascript, and Perl (ok, there is only one application under Perl &#8211; Movable Type)</p>
<p>You can choose various applications to install from the left hand side (boxed in RED).</p>
<p>There is a menu bar in the top right (boxed in GREEN).</p>
<p>In the center are presented various options and information (boxed in BLUE).</p>
<p>Near the top left, you can select which script packages you are interested in (boxed in YELLOW).</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-15-large.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/installing-ampps-1.2-15-thumb.png" alt="" border="0" class="centered"/></a><br />
</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/installing-ampps-apache-server-mysql-php-perl-with-installation-scripts/">Installing AMPPS &#8211; Apache Server, MySql, PHP, Perl with Installation Scripts</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://complete-concrete-concise.com/web-tools/installing-ampps-apache-server-mysql-php-perl-with-installation-scripts/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
