Skip to content

Commit

Permalink
final touches on readme files.
Browse files Browse the repository at this point in the history
  • Loading branch information
JAMES FUQIAN committed Dec 2, 2022
1 parent 202383d commit 3149ba6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README-bb2-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Change your `callbackUrl` configuration to use `server` instead of `localhost`.
"callback_url": "http://server:3001/api/bluebutton/callback/"
```

You can also start your configuration by the following the sample config template for selenium tests:

cp server/sample-bluebutton-selenium-config.json server/.bluebutton-config.json

You will also need to add this URL to your `redirect_uris` list in your application's configuration on the BB2 Sandbox UI.

Go to local repository base directory and run docker compose as below:
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ Download and install node. Go to https://nodejs.org/en/download/ and follow the

Once you have Docker and Node installed and setup then do the following:

cp server/sample-bluebutton-config.json -> server/.bluebutton-config.json

or (if running a docker compose selenium tests)

cp server/sample-bluebutton-selenium-config.json -> server/.bluebutton-config.json
cp server/sample-bluebutton-config.json server/.bluebutton-config.json

Make sure to replace the clientId and clientSecret variables within the config file with
the ones you were provided, for your application, when you created your Blue Button Sandbox account.
Expand Down

0 comments on commit 3149ba6

Please sign in to comment.