Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Ensure that your host has been updated to the latest available packages as well as the latest Linux kernel. If necessary, reboot to ensure that the system is running the latest kernel.

Install Docker

The Ubersmith Installer requires that Docker, as well as some additional dependencies be installed prior to installing Ubersmith. The script located at:

...

Блок кода
# service docker start

Install Dependencies

The installation process will fail without these dependencies.:

CentOS 
Блок кода
$ sudo yum install gcc libffi-devel python-devel openssl-devel epel-release git

...

Информация

During the installation process, the Python package manager pip will install the needed binaries for Ansible and Docker to ~/.local/bin. You should run:

export PATH="$HOME/.local/bin:$PATH"

to ensure these binaries are readily available to you from the command line. Failure to do so will may cause the following commands to fail, indicating that the command cannot be found.

...