From: G. Ann Campbell Date: Wed, 1 Aug 2018 19:08:05 +0000 (-0400) Subject: add validation of export commands X-Git-Tag: 7.5~698 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af30a541f3f49c3111eb5f8b8d931ed3cced08d7;p=sonarqube.git add validation of export commands [skip ci] --- diff --git a/server/sonar-docs/README.md b/server/sonar-docs/README.md index 3587431fdfd..d4c125026d3 100644 --- a/server/sonar-docs/README.md +++ b/server/sonar-docs/README.md @@ -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