diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-08-23 16:24:41 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-08-23 16:24:41 +1000 |
commit | 5b0c5548214a6ed02f2c16228bfff98d4286ff54 (patch) | |
tree | 0e02571159d2d56648e1f857dda4456b8b70f80d | |
parent | b3d3d33c96201d24c461d8fd11683d350b1d8d96 (diff) | |
download | mediagoblin-5b0c5548214a6ed02f2c16228bfff98d4286ff54.tar.lz mediagoblin-5b0c5548214a6ed02f2c16228bfff98d4286ff54.tar.xz mediagoblin-5b0c5548214a6ed02f2c16228bfff98d4286ff54.zip |
Update deploy docs for Debian 11.
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 3 | ||||
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 024eb6c9..5327c62d 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -64,7 +64,7 @@ MediaGoblin has the following core dependencies: - `virtualenv <http://www.virtualenv.org/>`_ - `Node.js <https://nodejs.org>`_ -These instructions have been tested on Debian 10, CentOS 8 and +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 Fedora such as CentOS 8. @@ -286,7 +286,6 @@ You'll find more details in ":doc:`configuration`". ``base_url``. - Configure MediaGoblin to use the PostgreSQL database ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index bb901ab5..08ac9990 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -126,7 +126,7 @@ good/bad/ugly): # Debian sudo apt install python3-gi gstreamer1.0-tools gir1.2-gstreamer-1.0 \ - gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-{good,bad,ugly} \ + gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-{base,bad,good,ugly} \ gstreamer1.0-libav python3-gst-1.0 # Fedora |