Added info about editing mediagoblin.ini
Added link to Apache deployment instructions
This commit is contained in:
parent
1422cab669
commit
a7d2a8924e
@ -205,6 +205,19 @@ update)
|
|||||||
Deploy MediaGoblin Services
|
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::
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
Configure MediaGoblin to use the PostgreSQL database
|
Configure MediaGoblin to use the PostgreSQL database
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -240,11 +253,11 @@ browser to confirm that the service is operable.
|
|||||||
|
|
||||||
.. _webserver-config:
|
.. _webserver-config:
|
||||||
|
|
||||||
Connect the Webserver to MediaGoblin with FastCGI
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
This section describes how to configure MediaGoblin to work via
|
FastCGI and nginx
|
||||||
FastCGI. Our configuration example will use nginx, however, you may
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
This configuration example will use nginx, however, you may
|
||||||
use any webserver of your choice as long as it supports the FastCGI
|
use any webserver of your choice as long as it supports the FastCGI
|
||||||
protocol. If you do not already have a web server, consider nginx, as
|
protocol. If you do not already have a web server, consider nginx, as
|
||||||
the configuration files may be more clear than the
|
the configuration files may be more clear than the
|
||||||
@ -347,6 +360,12 @@ Visit the site you've set up in your browser by visiting
|
|||||||
":doc:`production-deployments`" documentation.
|
":doc:`production-deployments`" documentation.
|
||||||
|
|
||||||
|
|
||||||
|
Apache
|
||||||
|
~~~~~~
|
||||||
|
|
||||||
|
Instructions and scripts for running MediaGoblin on an Apache server can be found on the `MediaGoblin wiki <http://wiki.mediagoblin.org/Deployment>`_.
|
||||||
|
|
||||||
|
|
||||||
Security Considerations
|
Security Considerations
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user