A tiny bus app that's finally being open sourced. Come check us out @ http://allb.us
Note: We're currently allbus'. (Here be dragons, local style)
You'll need to make sure Python (2.7.X) and Ansible 2.0+ is installed on your machine to run the Vagrant provisioner.
git clone https://github.com/ansible/ansible.git
cd ansible
python setup.py install
vagrant up
vagrant ssh
export DATABASE_URL="postgis://allbus:allbus@localhost:5432/allbus_db"
export DJANGO_SETTINGS_MODULE=config.settings.vagrant
source /var/www/applications/allbus_production/venvs/current/bin/activate
cd /var/www/applications/allbus_production/app/current/etc/
./download_and_install_gtfs_data.sh
- Open your browser to http://localhost:50808/explore/feed
BSD