Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions source/installguide/building_from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,14 +383,17 @@ line:

.. parsed-literal::

deb http://server.url/cloudstack/repo/binary ./
deb http://<server.url>/cloudstack/repo/binary ./

If you signed your Release file with GnuPG, import the signing key
on your target system first.

.. parsed-literal::

$ wget -q -O - http://server.url/cloudstack/repo/binary/KEY.gpg | sudo apt-key add -
$ wget -q -O - http://<server.url>/cloudstack/repo/binary/KEY.gpg | sudo apt-key add -

.. note::
In the previous lines the variable <server.url> must be replaced with the address of the repository

Now that you have the repository info in place, you'll want to run
another update so that APT knows where to find the CloudStack packages.
Expand Down