]> info9.net Git - wiki.git/blobdiff - tmarble/posts/Setting_Up_MediaGoblin.mdwn
Copy over old blog
[wiki.git] / tmarble / posts / Setting_Up_MediaGoblin.mdwn
diff --git a/tmarble/posts/Setting_Up_MediaGoblin.mdwn b/tmarble/posts/Setting_Up_MediaGoblin.mdwn
new file mode 100644 (file)
index 0000000..b31429e
--- /dev/null
@@ -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!