...
When prompted for license details, enter the licensing username and password provided to you by Ubersmith Support. If you do not have licensing details, please contact Ubersmith Support for assistance.
Dependencies installed by pip will installed using the --user option, which will install to the Python user install directory for your platform; typically ~/.local/. (See the Python documentation for site.USER_BASE for full details.) This allows for the installer to be executed as a non-root user. You may want to add this directory to your PATH shell variable so that the supporting utilities (docker-compose, for example) can be run without having to specify the full path to the utility. To do this, run:
| Блок кода |
|---|
export PATH="$HOME/local/.bin/:$PATH" |
At the end of the Setup Wizard, you will be prompted to delete the setup directory. Change to the directory you deployed Ubersmith to (by default /usr/local/ubersmith) and run:
...
- When running CentOS, if the installer is unable to install
pip, you may need to enable the EPEL yum repository. Do not install the OS provided `pip` packages for Ubuntu and Debian as the version of `pip` provided is older and has difficulty installing the dependencies for the Ubersmith installer.
python-setuptoolswill install theeasy_installutility, which will allow the installer to install a more contemporary version ofpip.Dependencies installed by
pipwill installed using the--useroption, which will install to the Python user install directory for your platform; typically~/.local/. (See the Python documentation forsite.USER_BASEfor full details.) This allows for the installer to be executed as a non-rootuser. You may want to add this directory to your PATH shell variable so that the supporting utilities (docker-compose, for example) can be run without having to specify the full path to the utility. To do this, run: export PATH="$HOME/local/.bin/:$PATH"Блок кода