<?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>Torkil Johnsen &#187; phing</title>
	<atom:link href="http://www.torkiljohnsen.com/category/phing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.torkiljohnsen.com</link>
	<description>My personal piece of cyberspace</description>
	<lastBuildDate>Mon, 28 Nov 2011 11:18:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing Phing on MAMP (Mac OSX)</title>
		<link>http://www.torkiljohnsen.com/2009/04/06/installing-phing-on-mamp-mac-osx/</link>
		<comments>http://www.torkiljohnsen.com/2009/04/06/installing-phing-on-mamp-mac-osx/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 09:54:38 +0000</pubDate>
		<dc:creator>tj</dc:creator>
				<category><![CDATA[joomla]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[phing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web apps]]></category>

		<guid isPermaLink="false">http://www.torkiljohnsen.com/2009/04/06/installing-phing-on-mamp-mac-osx/</guid>
		<description><![CDATA[Just bumped into Phing, and thought I&#8217;d share my experiences. Installing Phing is easy enough. Phing is a build system in the shape of a PHP Pear package, that can do many things. To quote Hans Lillelid, this could include for instance configuring, packaging, uploading and testing. Ideal for building installable Joomla zip-files, which is [...]]]></description>
			<content:encoded><![CDATA[<p>Just bumped into Phing, and thought I&#8217;d share my experiences. Installing Phing is easy enough. Phing is a <em>build</em> system in the shape of a PHP Pear package, that can do many things. To quote <a href="http://www.slideshare.net/hozn/phing-building-with-php">Hans Lillelid</a>, this could include for instance configuring, packaging, uploading and testing. Ideal for building installable Joomla zip-files, which is what I am using it for right now.<br />
<span id="more-70"></span><br />
This is how I set up Phing to run on my local MAMP-based webserver. MAMP = Apache, MySQL and PHP, on a Mac, much like WAMP and LAMP for Windows and Linux respectively. </p>
<p>These are just very brief instructions, specifically on how I did this on my own system. A complete documentation on Phing can be found on at <a href="http://phing.info/docs/guide/current/">phing.info</a>. You don&#8217;t actually need MAMP either, it was just what I was working with to begin with. </p>
<p>Open the application Terminal. You can find pear by doing a locate call: locate pear.<br />
Currently MAMP requires you to install it into /Applications, so you should find pear (for php5) here: /Applications/MAMP/bin/php5/bin/.<br />
Make sure MAMP is using the correct php version, by starting MAMP and checking your preferences.</p>
<p>1: Go to the correct folder:<br />
cd /Applications/MAMP/bin/php5/bin/</p>
<p>2: Make sure pear can locate the package:<br />
./pear channel-discover pear.phing.info</p>
<p>3: Install phing:<br />
./pear install phing/phing</p>
<p>Phing should now be installed. Run the command &#8220;ls -al&#8221; and you should see phing in the same folder as pear.</p>
<p>You can now run this command:<br />
./phing -h<br />
This will give you an overview of the phing&#8217;s options. </p>
<p>From here you can for instance just run:<br />
./phing -f /path/to/your/build.xml</p>
]]></content:encoded>
			<wfw:commentRss>http://www.torkiljohnsen.com/2009/04/06/installing-phing-on-mamp-mac-osx/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.309 seconds -->

