...
Ubersmith Core and Ubersmith Appliance should not be deployed to the same host.
Configure
Ubersmith is now listening for HTTPS connections; to load the Ubersmith installation wizard go to the address of IP of your Ubersmith host in your web browser, for example:
Walk through the steps of the Ubersmith Setup Wizard.
| Предупреждение |
|---|
The Setup Wizard still has some legacy configuration steps relating to configuring Cron Tasks and Postfix aliases. These steps can be ignored, they are configured automatically during the installation process. These pages will be removed in an upcoming release. |
Troubleshooting
- 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.