This is a utility to parse properly formed Clear Ballot XML.
This is a PHP5 application -- no database needed. If you have PHP installed locally, just run it pointing your webroot to the /public folder. Otherwise, install Vagrant and run the Vagrant setup below.
$ cd /path/to/project
$ vagrant up
$ cp /vagrant/app/config/example.config.php /vagrant/app/config/config.php