Coupzaar Wiki
Status: Alpha
Brought to you by:
robbymillsap
Coupzaar is built in PHP using the Symfony framework.
Symfony requires a bit of configuration. You can set it up here:
I use NetBeans on OSX for my development. This is a great article on how to setup Symfony on NetBeans.
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.
create database coupzaar;
git clone ssh://<yourname>@git.code.sf.net/p/coupzaar/code coupzaar-code</yourname>
mysql import coupzaar < bootstrap.sql
web/ folder under the project root.