Changes for page Distribution Wizard

Last modified by Thomas Mortagne on 2023/10/10

<
From version < 73.1 >
edited by Ramona Conoro
on 2015/05/18
To version < 74.1 >
edited by Guillaume Delhumeau
on 2015/05/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.RamonaConoro
1 +XWiki.gdelhumeau
Content
... ... @@ -157,3 +157,20 @@
157 157  {{/code}}
158 158  )))
159 159  1. Restart the application server, open e.g. [[http://localhost:8080/xwiki]] and rerun distribution wizard again.
160 +
161 +== Disable the automatic start of Distribution Wizard {{info}}(Since 7.1RC1){{/info}} ==
162 +If, for some reason, you need to disable the Distribution Wizard when you start the wiki for the first time, you can change the configuration in ##xwiki.properties##:
163 +
164 +{{code language="cfg"}}
165 +#-------------------------------------------------------------------------------------
166 +# Distribution Wizard
167 +#-------------------------------------------------------------------------------------
168 +
169 +#-# [Since 7.1RC1] Enable or disable the automatic start of Distribution Wizard on empty/outdated wiki.
170 +#-#
171 +#-# The default is:
172 +# distribution.automaticStartOnMainWiki=true
173 +# distribution.automaticStartOnWiki=true
174 +{{/code}}
175 +
176 +You just need to uncomment the above two lines and to set the options to ##false##.

Get Connected