$Content?>
Jobeet is a guide to a practical project development with Agile Toolkit. This part of documentation is published under the terms of Creative Commonts Attribution — Share-Alike license.
The original version of Jobeet was created by Fabien Potencier and Jonathan Wage for Symfony available from: http://www.symfony-project.org/jobeet/1_2/Doctrine/en/
The goal of this book is to walk you through the steps of creating a fully-featured web application using Agile Toolkit. Relevant concepts are explained along the way as you read through the documentation and additional links are provided for more documentation.
The source code of Jobeet in Agile Toolkit is available on GitHub. For every day Git repository contains a separate branch. Below are the instructions how to retrieve sources for day1:
$ git clone git://github.com/romaninsh/jobeet.git $ cd jobeet $ git checkout day1 $ git submodule init $ git submodule update /?>Select section to get started
$toc?>