Running Bloodhound via apache: 404 error

Here is the list of commands I used, which might be helpful in updating the docs: === [bash]mkdir /var/www/bh.mysite.com/ cd !$ tar zxvf /usr/local/src/apache-bloodhound-0.7.tar.gz mv apache-bloodhound-0.7/ src cd src/installer/ virtualenv –system-site-packages ../../python-virtualenv . !$/bin/activate pip install -r requirements.txt python bloodhound_setup.py –environments_directory=../../env -d sqlite –project= –default-product-prefix= –admin-user=<admin username> tracd –port=8000 /var/www/bh.mysite.com/env/ …