X-Git-Url: http://info9.net/gitweb/?p=wiki.git;a=blobdiff_plain;f=tmarble%2Fposts%2FSetting_Up_MediaGoblin.mdwn;fp=tmarble%2Fposts%2FSetting_Up_MediaGoblin.mdwn;h=b31429e4e569fcff2412c12f122ce1251da379fe;hp=0000000000000000000000000000000000000000;hb=25f37f45c25c5659d9a3608776e0fa9ca77c74cd;hpb=19a415cc5d45e990f04b5eafac364423cb50fee1 diff --git a/tmarble/posts/Setting_Up_MediaGoblin.mdwn b/tmarble/posts/Setting_Up_MediaGoblin.mdwn new file mode 100644 index 0000000..b31429e --- /dev/null +++ b/tmarble/posts/Setting_Up_MediaGoblin.mdwn @@ -0,0 +1,25 @@ +# Setting Up MediaGoblin + +This is a very quick and dirty post to document my basic MediaGoblin setup. +Realize my snapshot of the software is from early September (is in serious +need of updating!). This certainly does not represent anything close +to MediaGoblin best practice, but I hope it will be useful. + +I'm running on Debian Wheezy with Apache2. Here are the critical config files: + +* /etc/ + * init.d/ + * [[etc/init.d/mediagoblin-celeryd]] + * [[etc/init.d/mediagoblin-paster]] + * apache2/ + * sites-available/ + * [[etc/apache2/sites-available/media]] +* /srv/ + * mediagoblin/ + * [[srv/mediagoblin/mediagoblin_local.ini]] + * [[srv/mediagoblin/paste_local.ini]] + * [[srv/mediagoblin/mg.txt]] (_NOTE:_ fix the shebang, rename to mg.fcgi) + +Yes, this python virtualenv thing is wonky. I tried to root MediaGoblin at URI underneath / (e.g. info9.net/media/) +without success (MediaGoblin *really* wants a virtual host, thus media.info9.net/). +I hope to post an update when I've refreshed my MediaGoblin install!