]> source.dussan.org Git - sonarqube.git/commitdiff
add validation of export commands
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Wed, 1 Aug 2018 19:08:05 +0000 (15:08 -0400)
committerSonarTech <sonartech@sonarsource.com>
Thu, 2 Aug 2018 18:21:31 +0000 (20:21 +0200)
[skip ci]

server/sonar-docs/README.md

index 3587431fdfd78bac1d7797e607d7842df020071a..d4c125026d3a628be2a4ac3ed122ab188551e878 100644 (file)
@@ -13,7 +13,11 @@ We use an augmented GitHub markdown syntax:
 * Add to your .bashrc:
   * `export ARTIFACTORY_PRIVATE_USERNAME=...`
   * `export ARTIFACTORY_PRIVATE_PASSWORD=...`
-* Open a new shell or execute those exports in your current session, and run the following to set up the dev servers:
+* Open a new shell or execute those exports in your current session  
+You can validate this step by executing: 
+  * `echo $ARTIFACTORY_PRIVATE_USERNAME`
+  * `echo $ARTIFACTORY_PRIVATE_PASSWORD`
+* Run the following to set up the dev servers:
 ```
 cd sonar-enterprise/server/sonar-web
 yarn