cyborg/doc/source/install/install-from-source.rst

1.1 KiB

Install Cyborg from Source

This section describes how to install and configure the Acceleration Service for Ubuntu 18.04.1 LTS from source code.

Install from git repository

  1. Create a folder which will hold all Cyborg components.

    mkdir ~/cyborg
  2. Clone the cyborg git repository to the management server.

    cd ~/cyborg
    git clone https://opendev.org/openstack/cyborg
  3. Set up the cyborg config file

    First, generate a sample configuration file, using tox

    cd ~/cyborg/cyborg
    tox -e genconfig

    And make a copy of it for further modifications

    cp -r ~/cyborg/cyborg/etc/cyborg /etc
    cd /etc/cyborg
    ln -s cyborg.conf.sample cyborg.conf
  4. Install Cyborg packages.

    cd ~/cyborg/cyborg
    sudo python setup.py install