...
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
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. |
...