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

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

Ключ

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

...

Блок кода
Checking for pip...
Installing Ansible...
Installing Ubersmith...
Choose an installation directory for Ubersmith [/usr/local/ubersmith]:
Enter the address where you will be hosting Ubersmith [ubersmith.example.com]: 
Enter the email address of the Ubersmith administrator [admin@example.org]:

pip will install the needed binaries for Ansible and Docker to ~/.local/bin. You may want to run:

Блок кода
export PATH="$HOME/.local/bin:$PATH"

to ensure these binaries are more readily available to you from the command line.

At this point the installer will begin, and will create the directory structure and supporting files to bring Ubersmith online.

...

Walk through the steps of the Ubersmith Setup Wizard.

...

.

When configuring the Solr search engine, use the values:

...

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 insteadChange to the directory you deployed Ubersmith to (by default /usr/local/ubersmith) and run:

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

With the /setup directory removed, the Ubersmith web user interface will now load, and the login page will appear. Log in with the username and password created during the installation process.

Upgrade

Before upgrading, be sure to back up your Ubersmith database.

...