Install Vagrant and VirtualBox.
git clone git@github.com:crucl0/gps_tracker.git
cd gps_tracker/
vagrant plugin install vagrant-vbguest
vagrant up
./deploy/vagrant/start.sh
You can see result in browser: http://localhost:6543.
vagrant ssh
Source code found in /vagrant. It authomated synced with you sources.
See the vagrant documentation. Also, you can run vagrant help...