Make sure to have curl
extension load in php by running
php -m
if not: sudo apt-get install php5-curl
And then
git clone https://github.com/nayed/challenge-data-lyon.git
cd challenge-data-lyon
composer install
php artisan serve
and go to localhost:8000