Switch to side-by-side view

--- a/setup-common.bash
+++ b/setup-common.bash
@@ -80,7 +80,7 @@
 python setup.py develop
 popd
 
-for APP in pyforge *Forge*
+for APP in allura *Forge*
 do
 	echo "# installing $APP dependencies"
 	pushd $APP