skyline/doc/source/install/source-install-ubuntu.rst
yangsngshaoxue 93bd40492c docs: Add install and Update settings
Add install and Update settings

Change-Id: I54828dd738acd0f00c22c3c6a8b7a3ce5527272d
2022-08-26 15:08:47 +08:00

38 lines
1013 B
ReStructuredText

.. _source-install-ubuntu:
Source Install Ubuntu
~~~~~~~~~~~~~~~~~~~~~
This section describes how to install and configure the Skyline Console
service. Before you begin, you must have a ready OpenStack environment. At
least it includes ``keystone, glance, nova, neutron and skyline-apiserver service``.
Prerequisites
-------------
Install and configure components
--------------------------------
We will install the Skyline Console service from source code.
#. Git clone the repository from OpenDev (GitHub)
.. code-block:: console
$ sudo apt update
$ sudo apt install -y git
$ cd ${HOME}
$ git clone https://opendev.org/openstack/skyline-console.git
.. note::
If you meet the following error, you need to run command ``sudo apt install -y ca-certificates``:
`fatal: unable to access 'https://opendev.org/openstack/skyline-sonsole.git/': server
certificate verification failed. CAfile: none CRLfile: none`
Finalize installation
---------------------