diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-17 15:10:34 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-17 15:10:34 -0500 |
commit | 041d2fd785f9b3e18f9fd758f91dbfa7715d317c (patch) | |
tree | 49d265165a2f2314eab55e008ba08e31a75bc49c /docs | |
parent | d4f402b9c4afa6b260517da3b532f99cd77c7ff1 (diff) | |
download | mediagoblin-041d2fd785f9b3e18f9fd758f91dbfa7715d317c.tar.lz mediagoblin-041d2fd785f9b3e18f9fd758f91dbfa7715d317c.tar.xz mediagoblin-041d2fd785f9b3e18f9fd758f91dbfa7715d317c.zip |
Just word-wrapping the recent changes to the deployment docs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index fae4afa0..9bcc0637 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -208,14 +208,18 @@ Deploy MediaGoblin Services Edit site configuration ~~~~~~~~~~~~~~~~~~~~~~~ -A few basic properties must be set before MediaGoblin will work. First make a copy of ``mediagoblin.ini`` for editing so the original config file isn't lost:: +A few basic properties must be set before MediaGoblin will work. First +make a copy of ``mediagoblin.ini`` for editing so the original config +file isn't lost:: cp mediagoblin.ini mediagoblin_local.ini - -Then: -Set ``email_sender_address`` to the address you wish to be used as the sender for system-generated emails -Edit ``direct_remote_path``, ``base_dir``, and ``base_url`` if you're mediagoblin directory is not the root directory of your vhost. +Then: + - Set ``email_sender_address`` to the address you wish to be used as + the sender for system-generated emails + - Edit ``direct_remote_path``, ``base_dir``, and ``base_url`` if + your mediagoblin directory is not the root directory of your + vhost. Configure MediaGoblin to use the PostgreSQL database @@ -363,7 +367,8 @@ Visit the site you've set up in your browser by visiting Apache ~~~~~~ -Instructions and scripts for running MediaGoblin on an Apache server can be found on the `MediaGoblin wiki <http://wiki.mediagoblin.org/Deployment>`_. +Instructions and scripts for running MediaGoblin on an Apache server +can be found on the `MediaGoblin wiki <http://wiki.mediagoblin.org/Deployment>`_. Security Considerations |