]> info9.net Git - wiki.git/blob - tmarble/posts/Setting_Up_MediaGoblin.mdwn
Copy over old blog
[wiki.git] / tmarble / posts / Setting_Up_MediaGoblin.mdwn
1 # Setting Up MediaGoblin
2
3 This is a very quick and dirty post to document my basic MediaGoblin setup.
4 Realize my snapshot of the software is from early September (is in serious
5 need of updating!).  This certainly does not represent anything close
6 to MediaGoblin best practice, but I hope it will be useful.
7
8 I'm running on Debian Wheezy with Apache2.  Here are the critical config files:
9
10 * /etc/
11     * init.d/
12         * [[etc/init.d/mediagoblin-celeryd]]
13         * [[etc/init.d/mediagoblin-paster]]
14     * apache2/
15         * sites-available/
16             * [[etc/apache2/sites-available/media]]
17 * /srv/
18     * mediagoblin/
19         * [[srv/mediagoblin/mediagoblin_local.ini]]
20         * [[srv/mediagoblin/paste_local.ini]]
21         * [[srv/mediagoblin/mg.txt]] (_NOTE:_ fix the shebang, rename to mg.fcgi)
22
23 Yes, this python virtualenv thing is wonky.  I tried to root MediaGoblin at URI underneath / (e.g. info9.net/media/)
24 without success (MediaGoblin *really* wants a virtual host, thus media.info9.net/).
25 I hope to post an update when I've refreshed my MediaGoblin install!