diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2018-08-01 15:08:05 -0400 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-02 20:21:31 +0200 |
commit | af30a541f3f49c3111eb5f8b8d931ed3cced08d7 (patch) | |
tree | 5196aae8311eb5ede0cbf516c880ca0108d35fb9 /server/sonar-docs/README.md | |
parent | 601a131bf66a4a67cd0c64d6d96491480b1db0e2 (diff) | |
download | sonarqube-af30a541f3f49c3111eb5f8b8d931ed3cced08d7.tar.gz sonarqube-af30a541f3f49c3111eb5f8b8d931ed3cced08d7.zip |
add validation of export commands
[skip ci]
Diffstat (limited to 'server/sonar-docs/README.md')
-rw-r--r-- | server/sonar-docs/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
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 |