It is supposed that you've already have :
- LAMP server
- User with db creation in Mysql
A few steps to setup this challange:
1- Clone the repository
cd %{DOC_ROOT}% && git clone https://github.com/daheda/gac.git && cd gac
2- Import the data structure
mysql -u%{DB_USER}% -p < ./data/init.sql
Before runing the application, it might need to change values in './config/config.php'