<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Development Quickstart</title><link>https://sourceforge.net/p/coupzaar/wiki/Development%2520Quickstart/</link><description>Recent changes to Development Quickstart</description><atom:link href="https://sourceforge.net/p/coupzaar/wiki/Development%20Quickstart/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 01 Aug 2011 04:53:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coupzaar/wiki/Development%20Quickstart/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Development Quickstart modified by Robby Millsap</title><link>https://sourceforge.net/p/coupzaar/wiki/Development%2520Quickstart/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -26,4 +26,4 @@
 *   Point MAMP directory to the &lt;code&gt;web/&lt;/code&gt; folder under the project root.
 *   Pull up the homepage for Coupzaar here:
 
-http://coupzaar.dev/admin_dev.php
+http://coupzaar.dev/frontend_dev.php
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robby Millsap</dc:creator><pubDate>Mon, 01 Aug 2011 04:53:12 -0000</pubDate><guid>https://sourceforge.netf46f1d89edb5ac78b2602ca8a89756f08ec220df</guid></item><item><title>WikiPage Development Quickstart modified by Robby Millsap</title><link>https://sourceforge.net/p/coupzaar/wiki/Development%2520Quickstart/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -25,4 +25,5 @@
 
 *   Point MAMP directory to the &lt;code&gt;web/&lt;/code&gt; folder under the project root.
 *   Pull up the homepage for Coupzaar here:
-   *   http://coupzaar.dev/admin_dev.php
+
+http://coupzaar.dev/admin_dev.php
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robby Millsap</dc:creator><pubDate>Mon, 01 Aug 2011 04:52:44 -0000</pubDate><guid>https://sourceforge.net307f73f4eae340c313709c6a8603f18667fdd431</guid></item><item><title>WikiPage Development Quickstart modified by Robby Millsap</title><link>https://sourceforge.net/p/coupzaar/wiki/Development%2520Quickstart/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,14 +1,28 @@
 Coupzaar is built in PHP using the Symfony framework.  
 
 Symfony requires a bit of configuration.  You can set it up here:
-* http://www.symfony-project.org/
-
-I use NetBeans for my development.  This is a great article on how to setup Symfony on NetBeans.
-* http://netbeans.org/kb/docs/php/symfony-screencast.html
-
+*   http://www.symfony-project.org/
+
+I use NetBeans on OSX for my development.  This is a great article on how to setup Symfony on NetBeans.
+*   http://netbeans.org/kb/docs/php/symfony-screencast.html
+
 For the database, I'm using MySQL.  If you need the URL for *that* you probably can't develop LAMP (since that's 25% of the name).
 
 To setup the environment.  
-1. Download NetBeans, Symfony
-2. Create a mysql database called "coupzaar" mysql create database coupzaar;
-3. Import the bootstrap.sql database
+
+*   Download NetBeans, Symfony, GitHub, MAMP (Mysql+Apache+Php 5.2)
+*   Create a mysql database called "coupzaar" mysql create database coupzaar
+
+&lt;code&gt;create database coupzaar; &lt;/code&gt;
+
+*   Clone the GitHub repository
+
+&lt;code&gt;git clone ssh://&lt;yourname&gt;@git.code.sf.net/p/coupzaar/code coupzaar-code&lt;/code&gt;
+
+*   Import the bootstrap.sql database.
+
+&lt;code&gt;mysql import coupzaar &lt; bootstrap.sql &lt;/code&gt;
+
+*   Point MAMP directory to the &lt;code&gt;web/&lt;/code&gt; folder under the project root.
+*   Pull up the homepage for Coupzaar here:
+   *   http://coupzaar.dev/admin_dev.php
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robby Millsap</dc:creator><pubDate>Mon, 01 Aug 2011 04:52:25 -0000</pubDate><guid>https://sourceforge.net8d29317098137629d01b04d5a1be52a782aa7442</guid></item><item><title>WikiPage Development Quickstart modified by Robby Millsap</title><link>https://sourceforge.net/p/coupzaar/wiki/Development%2520Quickstart/</link><description>Coupzaar is built in PHP using the Symfony framework.  

Symfony requires a bit of configuration.  You can set it up here:
* http://www.symfony-project.org/

I use NetBeans for my development.  This is a great article on how to setup Symfony on NetBeans.
* http://netbeans.org/kb/docs/php/symfony-screencast.html

For the database, I'm using MySQL.  If you need the URL for *that* you probably can't develop LAMP (since that's 25% of the name).

To setup the environment.  
1. Download NetBeans, Symfony
2. Create a mysql database called "coupzaar" mysql create database coupzaar;
3. Import the bootstrap.sql database
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robby Millsap</dc:creator><pubDate>Mon, 01 Aug 2011 04:30:37 -0000</pubDate><guid>https://sourceforge.net1b972130f3ffed1da69014de213c17db3b1f0574</guid></item></channel></rss>