This is a simple ZF2 application.
Clone the repository and manually invoke composer
using the shipped
composer.phar
:
cd my/project/dir
git clone git://github.com/akrabat/booklist.git
cd booklist
php composer.phar self-update
php composer.phar install
Afterwards, set up a virtual host to point to the public/ directory of the project and you should be ready to go!