Skip to content

Commit 30e7bf7

Browse files
Merge branch 'marcobellaccini-patch-1' into live
2 parents c366664 + c630104 commit 30e7bf7

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

site/install-debian.xml

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,17 @@ wget -O - "https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbit
218218
</p>
219219
</doc:subsection>
220220

221+
<doc:subsection name="erlang-apt-https-transport">
222+
<doc:heading>Enabling apt HTTPS Transport</doc:heading>
223+
<p>
224+
In order for apt to be able to download RabbitMQ and Erlang packages from Bintray, the <code>apt-transport-https</code> package must be installed:
225+
226+
<pre class="lang-bash">
227+
apt-get install apt-transport-https
228+
</pre>
229+
</p>
230+
</doc:subsection>
231+
221232
<doc:subsection name="erlang-source-list-file">
222233
<doc:heading>Source List File</doc:heading>
223234

@@ -409,19 +420,30 @@ wget -O - "https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbit
409420
This will instruct apt to trust packages signed by that key.
410421
</p>
411422

423+
<h4>Enabling apt HTTPS Transport</h4>
424+
<p>
425+
In order for apt to be able to download RabbitMQ and Erlang packages from Bintray, the <code>apt-transport-https</code> package must be installed:
426+
427+
<pre class="lang-bash">
428+
apt-get install apt-transport-https
429+
</pre>
430+
</p>
412431
<h4>Source List File</h4>
413432
<p>
414-
As with all 3rd party apt repositories, a file describing the Erlang package repository
433+
As with all 3rd party apt repositories, a file describing the RabbitMQ and Erlang package repositories
415434
must be placed under the <code>/etc/apt/sources.list.d/</code> directory.
416435
<code>/etc/apt/sources.list.d/bintray.rabbitmq.list</code> is the recommended location.
417436

418437
The file should have a source (repository) definition line that uses the following
419438
pattern:
420439

421440
<pre class="sourcecode">
422-
# This repository provides Erlang packages
441+
# Source repository definition example
423442
# See below for supported distribution and component values
424-
deb https://dl.bintray.com/rabbitmq-erlang/debian $distribution main
443+
# This repository provides Erlang packages
444+
deb https://dl.bintray.com/rabbitmq-erlang/debian $distribution erlang
445+
# This repository provides RabbitMQ packages
446+
deb https://dl.bintray.com/rabbitmq/debian $distribution main
425447
</pre>
426448

427449
The next couple of sections discusses what distribution and component values

0 commit comments

Comments
 (0)