diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-12 11:52:20 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-12 11:52:20 +1000 |
commit | f9b978592f8a2f7dae666afdb3456cfb36bf2557 (patch) | |
tree | 31a74b56817075f716143e4707feda667c3a74c2 /docs | |
parent | 120f144f0eb014e694a584a627c8b17856da5b51 (diff) | |
download | mediagoblin-f9b978592f8a2f7dae666afdb3456cfb36bf2557.tar.lz mediagoblin-f9b978592f8a2f7dae666afdb3456cfb36bf2557.tar.xz mediagoblin-f9b978592f8a2f7dae666afdb3456cfb36bf2557.zip |
Update Guix todos.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 5520ba30..8a8c19ac 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -64,9 +64,9 @@ MediaGoblin has the following core dependencies: - `virtualenv <http://www.virtualenv.org/>`_ - `Node.js <https://nodejs.org>`_ -These instructions have been tested on Debian 11, CentOS 8 and -Fedora 33. These instructions should approximately translate to recent -Debian derivatives such as Ubuntu 18.04 and Trisquel 8, and to relatives of +These instructions have been tested on Debian 11 and Fedora 33. These +instructions should approximately translate to recent Debian +derivatives such as Ubuntu 18.04 and Trisquel 8, and to relatives of Fedora such as CentOS 8. Issue the following commands: @@ -343,11 +343,6 @@ type ``exit`` or ``Ctrl-d``. Deploy MediaGoblin ------------------ -The configuration described below is sufficient for development and -smaller deployments. However, for larger production deployments with -larger processing requirements, see the -":doc:`production-deployments`" documentation. - .. _webserver-config: Nginx as a reverse-proxy @@ -619,6 +614,9 @@ This configuration supports upload of images only, but MediaGoblin also supports other types of media, such as audio, video, PDFs and 3D models. For details, see ":doc:`media-types`". +See ":doc:`production-deployments`" for more information and other +issues you may want to consider. + For other settings and configuration options, see ":doc:`configuration`". |