The goal of this project is to take data generated by WigleWiFi and map the co-ordinates of WiFi networks it finds, assigning colors to the networks based on type, security or risk of intrusion.
Regardless of whether you're using this in dev or release, you'll need
to have your .env
set up. You can just $ mv .env.example .env
and edit the variables as you need.
You'll also need to install composer and the projects dependencies:
$ curl -s http://getcomposer.org/installer | php
# cd into the repo's directory
$ composer install
Vagrant + Virtualbox
*AMP Stack
$ vagrant up
Accessable by default on http://localhost:8080
Just clone set the required environment variables and run!