This commit sponsored by Charles Combs. Thank you!
Clone the MediaGoblin repository and set up the git submodules::
git clone git://gitorious.org/mediagoblin/mediagoblin.git
- git submodule init && git submodule fetch
+ git submodule init && git submodule update
And set up the in-package virtualenv::
beaker in your paste config you can remove them. Again, see the
default paste.ini config
6. We also now use git submodules. Please do:
- ``git submodule init && git submodule fetch``
+ ``git submodule init && git submodule update``
You will need to do this to use the new PDF support.
**For theme authors**