...
can be helpful when installing Docker. Ensure that Docker is configured to start on boot; in many cases it may not be.
The installation process will fail without these dependencies.
...
| Блок кода |
|---|
sudo yum install gcc libffi-devel python-devel openssl-devel epel-release |
Once EPEL is configured, run:
...
| Блок кода |
|---|
sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-setuptools |
Clone the Repository or Download a Release
On the host Ubersmith is to be installed on, clone the ubersmith_installer repository.
| Блок кода |
|---|
$ git clone https://github.com/TeamUbersmith/ubersmith_installer.git |
Alternatively, you can download a tarball release of the installer from here.
Install
Run ./install_ubersmith.sh to install Ubersmith Core or ./install_appliance.sh to install the Ubersmith Appliance.
...