In the vagrant setup scripts and in the README, it would be more logical to clone Allura into src/allura instead of src/forge. Also the virtual environment should be 'venv-allura' or something along those lines, instead of 'anvil'.
When that's set up, it would be handy for Vagrant to share src/forge as an NFS mount http://vagrantup.com/v1/docs/nfs.html
forge:tv/4559
This commit just does a
%s/anvil/env-allura/g
on the Allura README. The other parts of this ticket have already been completed.