Identify and track squirrels via text, now using AWS Rekognition! Created for the November 10th, 2015; February 9th, 2016; May 10th, 2016; and March 13th, 2018 Laravel SF Meetups.
- Run
php vendor/bin/homestead make
to set up Homestead. - Change any parameters in
Homestead.yaml
needed for your local install. - Edit your hosts file to add
192.168.10.10 sqrrl.app
(replace the IP with the one in yourHomestead.yaml
file. - Copy
.env.example
, rename to.env
, and fill in necessary variables. - Run
vagrant up
. - The app is now accessible at
sqrrl.app
.