Reference the new theme aliasing nginx stuff in the theming documentation
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 27 Jul 2012 14:02:07 +0000 (09:02 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 27 Jul 2012 14:02:07 +0000 (09:02 -0500)
docs/source/siteadmin/deploying.rst
docs/source/siteadmin/theming.rst

index c9a429c73e1c4a8e21af5ca4540b135e0d4054e1..de928c8234f15d012a20797f66e0bd9ba2e8226b 100644 (file)
@@ -222,6 +222,8 @@ test the deployment with the following command::
 You should be able to connect to the machine on port 6543 in your
 browser to confirm that the service is operable.
 
+.. _webserver-config:
+
 Connect the Webserver to MediaGoblin with FastCGI
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
index b22de7271978050640f0c3331aa5398f2b44cec2..b21e2743bf65e5285bef190771948dd6c51001f0 100644 (file)
@@ -73,8 +73,16 @@ want to install this theme!  Don't worry, it's fairly painless.
 Set up your webserver to serve theme assets
 -------------------------------------------
 
-FIXME - To be written. Ask on #mediagoblin in irc.freenode.net in the
-meanwhile ;)
+If you followed the nginx setup example in :ref:`webserver-config` you
+should already have theme asset setup.  However, if you set up your
+server config with an older version of mediagoblin and the mediagoblin
+docs, it's possible you don't have the "theme static files" alias, so
+double check to make sure that section is there if you are having
+problems.
+
+If you are simply using this for local development and serving the
+whole thing via paste/lazyserver, assuming you don't have a
+paste_local.ini, the asset serving should be done for you.
 
 
 Configuring where things go