Skip to content

Commit 3149ba6

Browse files
author
JAMES FUQIAN
committed
final touches on readme files.
1 parent 202383d commit 3149ba6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README-bb2-dev.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Change your `callbackUrl` configuration to use `server` instead of `localhost`.
1515
"callback_url": "http://server:3001/api/bluebutton/callback/"
1616
```
1717

18+
You can also start your configuration by the following the sample config template for selenium tests:
19+
20+
cp server/sample-bluebutton-selenium-config.json server/.bluebutton-config.json
21+
1822
You will also need to add this URL to your `redirect_uris` list in your application's configuration on the BB2 Sandbox UI.
1923

2024
Go to local repository base directory and run docker compose as below:

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ Download and install node. Go to https://nodejs.org/en/download/ and follow the
2424

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

27-
cp server/sample-bluebutton-config.json -> server/.bluebutton-config.json
28-
29-
or (if running a docker compose selenium tests)
30-
31-
cp server/sample-bluebutton-selenium-config.json -> server/.bluebutton-config.json
27+
cp server/sample-bluebutton-config.json server/.bluebutton-config.json
3228

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

0 commit comments

Comments
 (0)