﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
898	Deployment doc: Mention bin/activate for running important commands.	Daniel Krol		"On this page:

http://mediagoblin.readthedocs.org/en/latest/siteadmin/deploying.html

I see nothing about `source bin/activate`. That's required for running things such as the update command:

`./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch`

Interestingly, the initial dependency installer command

`(virtualenv --system-site-packages . || virtualenv .) && ./bin/python setup.py develop`

doesn't leave you in the virtual env. I don't even know how setup.py works here. In fact, perhaps it's not working? The update command gave me a package error ( #896 ) which I did not have when running the initial installation command."	defect	closed	minor		documentation	cant-reproduce			
