Dashboard for quick and easy access of APRS weather object data.
- Fork and clone repository.
- Install vagrant-hostmanager plugin:
vagrant plugin install vagrant-hostmanager
cd wx-dashboard
andvagrant up
(If using VMware Fusion, usevagrant up --provider=vmware_fusion
the first time.)- Once provisioning is complete,
vagrant ssh
andcd /vagrant/www
- Load schema:
app/console doctrine:schema:update --force
- Load test/dev data:
app/console doctrine:fixtures:load
- Add your aprs.fi key to
src/Ecwec/Bundle/CoreBundle/Controller/DefaultController.php
- Open your browser to http://wx-dashboard.local/app_dev.php.