Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor changes in Readme #499

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

megha070
Copy link
Contributor

Signed-off-by: megha070 varshney.megha070@gmail.com

Signed-off-by: megha070 <varshney.megha070@gmail.com>
@megha070
Copy link
Contributor Author

@bmpotter existing readme consists of postgres installation instructions for Mac OS but not Linux. Shall I include those too?

@megha070 megha070 changed the title Minor changes to Readme Minor changes in Readme Apr 16, 2021
@@ -53,6 +53,7 @@ export EXCHANGE_ROOTPW=myrootpw
```
export EXCHANGE_KEY_PW=<pass-phrase>
make gen-key
Note : pass-phrase can be any alphanumeric string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure special characters aren't allowed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to confirm this once.

Comment on lines +69 to +70
- Before exporting below environment variables manually set them in `src/test/bash/primedb.sh`

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this sentence. primedb.sh gets these variables from the environment at

user="${EXCHANGE_USER:-me}"
. This way you don't need to change primedb.sh

```
export EXCHANGE_USER=<my-user-in-IBM-org>
export EXCHANGE_PW=<my-pw-in-IBM-org>
export EXCHANGE_ROOTPW = <Exchange root password (Must be similar to what is set in exchange's config.json)>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Preconditions section already tells them to set EXCHANGE_ROOTPW

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, I missed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants