Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(wizard): fix inconsistencies
Browse files Browse the repository at this point in the history
fix #334

Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Feb 19, 2018
1 parent 9b50f40 commit 89a366d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpl/config-wizard.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@
<p>{{ __('Flyve MDM requires a Message queue server.', 'flyvemdm') }}</p>
<p>{{ __('Prefer a dedicated server or VM for running Mosquitto.', 'flyvemdm') }}</p>
<p>{{ __('As root in a terminal, execute the following command', 'flyvemdm') }}</p>
<p>apt-get install mosquitto mosquitto-auth-plug</p>
<p>apt-get install mosquitto mosquitto-auth-plugin</p>
<p>{{ __('Create', 'flyvemdm') }}&nbsp;/etc/mosquitto/conf.d/flyvemdm.conf
{{ __('Add the following content, adapting your DBMS credentials:', 'flyvemdm') }}</p>
<p><textarea disabled="" rows="12" cols="80">allow_anonymous false

auth_plugin /usr/local/lib/libmosquitto-auth-plug.so
auth_plugin /usr/lib/mosquitto-auth-plugin/auth-plugin.so
auth_opt_backends mysql
auth_opt_host backend-server-ip-or-fqdn
auth_opt_port 3306
Expand Down

0 comments on commit 89a366d

Please sign in to comment.