]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5947 Simplify the "System Upgrade" tab of the "Update Center" page
authorStas Vilchik <vilchiks@gmail.com>
Thu, 4 Feb 2016 16:03:32 +0000 (17:03 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 4 Feb 2016 16:03:39 +0000 (17:03 +0100)
server/sonar-web/src/main/js/apps/update-center/templates/update-center-system-update.hbs

index 58153168950abdc99fcfe39e1160649616e5998c..fca982cf447fa01dd0ba1d3ad7f8a0bf5b2194d9 100644 (file)
       </div>
       <ol class="js-plugin-update-steps list-styled overflow-hidden bordered-left">
         <li class="little-spacer-bottom">
-          Download SonarQube and start it on an empty DB (the bundled H2 DB for instance).
+          Download the new SonarQube version and start it on an empty DB (the bundled H2 DB for instance).
         </li>
         <li class="little-spacer-bottom">
-          Install (from the update center) every plugin you want to have.
+          Install (from the update center) the plugins you want.
         </li>
         <li class="little-spacer-bottom">
-          Install your own made plugins (if any).
+          Install your custom plugins (if any).
         </li>
         <li class="little-spacer-bottom">
-          Update the <code>conf/sonar.properties</code> file to use relevant former configuration (that includes at
-          least the connection to your production DB).
+          Update the <code>conf/sonar.properties</code> file to use the relevant configurations from your old instance,
+          including the connection information for your production DB.
         </li>
         <li class="little-spacer-bottom">
-          Make sure that the previous version of SonarQube running on your production DB is stopped.
+          Stop your old SonarQube server.
         </li>
         <li>
           Restart the new SonarQube instance: you're done!