Last modified by Vincent Massol on 2024/02/26 17:57

  • Ecaterina Moraru (Valica)
    Ecaterina Moraru (Valica), 2018/10/17 16:35
    <div class="modal" role="dialog" tabindex="-1">
     <div class="modal-dialog" role="document">
       <div class="modal-content">
         <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
          <h4 class="modal-title">Skip Distribution Wizard until...</h4>
         </div>
         <div class="modal-body">
          <p>By skipping the Distribution Wizard you will only be able to manually import a XAR package.</p>
          <p>You can relaunch the wizard on the next server restart or, if you don't want to go though this process for the current version, you can relaunch it on the next upgrade. </p> 
          <p style="font-size: .85em; color: #191414b8;">To manually relaunch it you need to consult the <a href="https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/DistributionWizard#HTroubleshooting">troubleshooting</a> section of the documentation.</p>
         </div>
         <div class="modal-footer">
           <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
           <button type="button" class="btn btn-default" data-dismiss="modal">Next restart</button>
           <button type="button" class="btn btn-danger">Next upgrade</button>
         </div>
       </div>
     </div>
    </div>

Get Connected