Skip to content

Avitus27/wardrive-mapping

Repository files navigation

wardrive-mapping

About

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.

Requirements

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

Development

Vagrant + Virtualbox

Release

*AMP Stack

Install Instructions

Dev

$ vagrant up

Accessable by default on http://localhost:8080

Release

Just clone set the required environment variables and run!