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

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

Ключ

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

...

Предупреждение

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.

When configuring the Solr search engine, use the values:

  • Server: ubersmith_solr_1
  • Port: 8983
  • Path: /solr/collection1

At the end of the Setup Wizard, you will be prompted to delete the setup directory. The command provided does not account for the Ubersmith webroot being located in a container, so run the following command instead:

Блок кода
# docker exec ubersmith_web_1 rm -rf /var/www/ubersmith_root/app/www/setup

 

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-setuptools will install the easy_install utility, which will allow the installer to install a more contemporary version of pip.
  • 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.