DeepStream Reference Designs/Getting Started/Environment Setup: Difference between revisions

Line 43: Line 43:
</syntaxhighlight>
</syntaxhighlight>


The AMQP protocol adapter also has its own dependencies, which can be found in this [https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvmsgbroker.html#id3 installation guide]. And if you don't have a functioning broker already, you can deploy the RabbitMQ server, following these [https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvmsgbroker.html#amqp-broker instructions].
The AMQP protocol adapter also has its own dependencies, which can be found in this [https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvmsgbroker.html#id3 installation guide]. And if you don't have a functioning broker already, you can install the [https://www.rabbitmq.com/install-debian.html RabbitMQ package] on your local system or on the remote machine where you want the broker to be installed, with the following command:
 
 
<syntaxhighlight lang="bash">
sudo apt-get install rabbitmq-server
</syntaxhighlight>
<noinclude>
<noinclude>
{{DeepStream Reference Designs/Foot|Getting Started| Getting Started/Evaluating the Project}}
{{DeepStream Reference Designs/Foot|Getting Started| Getting Started/Evaluating the Project}}
</noinclude>
</noinclude>
583

edits