Files
skyline-console/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

1013 B

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.

  1. Git clone the repository from OpenDev (GitHub)

    $ 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