Add installation guide with link to PackageCloud 74/4074/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 11 Jun 2020 17:51:04 +0000 (13:51 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 11 Jun 2020 17:51:04 +0000 (13:51 -0400)
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I4efabf46db130cefc9b972f199eb938b551d7ba1

docs/index.rst
docs/installation-guide.rst [new file with mode: 0755]

index 487bcfc..e7e4f6c 100644 (file)
@@ -13,6 +13,7 @@ for an overview of the library.
    :caption: Documents:
    :titlesonly:
 
+   installation-guide.rst
    config-deploy.rst
    user-guide.rst
    developer-guide.rst
diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst
new file mode 100755 (executable)
index 0000000..2736e61
--- /dev/null
@@ -0,0 +1,20 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. SPDX-License-Identifier: CC-BY-4.0
+.. Copyright (C) 2020 AT&T Intellectual Property
+
+
+Installation Guide
+==================
+
+The RMR shared-object library and supporting files including
+C-language header files for development are published as Debian (.deb)
+and Redhat Package Manager (.rpm) package files to `PackageCloud
+<https://packagecloud.io/app/o-ran-sc/release/search?q=rmr>`_ .
+Follow the instructions there to download and install the required
+version. The commands to install a recent version on a Debian system
+such as Ubuntu appear next::
+
+    wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_4.0.5_amd64.deb/download.deb
+    sudo dpkg -i rmr_4.0.5_amd64.deb
+    wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_4.0.5_amd64.deb/download.deb
+    sudo dpkg -i rmr-dev_4.0.5_amd64.deb