From af30a541f3f49c3111eb5f8b8d931ed3cced08d7 Mon Sep 17 00:00:00 2001 From: "G. Ann Campbell" Date: Wed, 1 Aug 2018 15:08:05 -0400 Subject: [PATCH] add validation of export commands [skip ci] --- server/sonar-docs/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5