Web Development
This page describes how to participate on the web site development.
The GetDeb site uses a custom Content Management System using PHP with Smarty templates and MySQL for the data storage, the code is available under GPL-3.
The first step will be to retrieve the code and setting up a test & development enviroment. The following instructions are based on the assumption that you will be using a Linux system for the development.
Retrieve the code
cd $HOME; bzr branch lp:getdeb-web
