Add CentOS rabbitmq instructions.
This commit is contained in:
parent
62a565e13b
commit
35494ed66c
@ -36,16 +36,13 @@ python3-webtest \
|
|||||||
# Fedora only
|
# Fedora only
|
||||||
which
|
which
|
||||||
|
|
||||||
# RUN apt-get install -y \
|
# RUN dnf -y install \
|
||||||
# gstreamer1.0-libav \
|
# gstreamer1.0-libav \
|
||||||
# gstreamer1.0-plugins-bad \
|
# gstreamer1.0-plugins-bad \
|
||||||
# gstreamer1.0-plugins-base \
|
# gstreamer1.0-plugins-base \
|
||||||
# gstreamer1.0-plugins-good \
|
# gstreamer1.0-plugins-good \
|
||||||
# gstreamer1.0-plugins-ugly \
|
# gstreamer1.0-plugins-ugly \
|
||||||
# libsndfile1-dev \
|
|
||||||
# python3-gst-1.0 \
|
# python3-gst-1.0 \
|
||||||
# python3-numpy \
|
|
||||||
# python3-scipy
|
|
||||||
|
|
||||||
# RUN apt-get install -y \
|
# RUN apt-get install -y \
|
||||||
# gir1.2-gst-plugins-base-1.0 \
|
# gir1.2-gst-plugins-base-1.0 \
|
||||||
|
@ -92,7 +92,7 @@ server and RabbitMQ to store the media processing queue::
|
|||||||
sudo apt install nginx-light rabbitmq-server
|
sudo apt install nginx-light rabbitmq-server
|
||||||
|
|
||||||
# Fedora and co.
|
# Fedora and co.
|
||||||
dnf install nginx rabbitmq
|
sudo dnf install nginx rabbitmq-server
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
@ -100,7 +100,11 @@ server and RabbitMQ to store the media processing queue::
|
|||||||
co. because rabbitmq-server might be not included in official
|
co. because rabbitmq-server might be not included in official
|
||||||
repositories. That looks like this for CentOS::
|
repositories. That looks like this for CentOS::
|
||||||
|
|
||||||
dnf install centos-release-rabbitmq-38.noarc
|
sudo dnf config-manager --set-enabled centos-rabbitmq-38
|
||||||
|
sudo dnf config-manager --set-enabled PowerTools
|
||||||
|
sudo dnf install rabbitmq-server
|
||||||
|
sudo systemctl enable rabbitmq-server.service
|
||||||
|
# TODO: Celery repeatedly disconnects from RabbitMQ.
|
||||||
|
|
||||||
As an alternative, you can try installing redis-server and
|
As an alternative, you can try installing redis-server and
|
||||||
configure it as celery broker.
|
configure it as celery broker.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user