Skip to content

Commit f7c50da

Browse files
committed
updated test install page
Signed-off-by: bidi <bidi@apidemia.com>
1 parent e22d05d commit f7c50da

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

docs/book/v7/installation/test-the-installation.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,35 @@ From this point on, you are ready to add custom code to your application.
2525

2626
[Bruno](https://www.usebruno.com/) is a Git-native API client we recommend using for working with the API.
2727

28-
The endpoint collection is found in `documentation/Dotkernel_API.zip`.
28+
The endpoint collection is found in `documentation/Dotkernel_API_Bruno.zip`.
2929
Import it in Bruno by following these steps:
3030

3131
- Open the `My Workspace` dropdown and select `Import workspace`.
32-
- Either click-and-drag the `Dotkernel_API.zip` over the form or navigate to it via the `choose a file` link.
32+
- Either click-and-drag the `Dotkernel_API_Bruno.zip` file over the form or navigate to it via the `choose a file` link.
3333
- Click the `Import` button.
3434

3535
The collection will be saved locally under the `Exact Location` field.
3636

37-
Once it is imported, you can save it to one of your Git repositories to make it easier to share with your teammates.
37+
> Bruno also supports the Postman files included in the repository.
38+
> If you have already imported the collection using the `Dotkernel_API_Bruno.zip` file, you can skip this step.
39+
40+
**Alternatively** import the collection into Bruno by using the Postman files:
41+
42+
- Click on `+` next to `Collection` and select `Import Collection`.
43+
- Import [Dotkernel_API.postman_collection.json](/documentation/Dotkernel_API.postman_collection.json) to save the endpoints.
44+
- Select the new collection, then click on `0 collection environments`.
45+
- Either click-and-drag the [Dotkernel_API.postman_environment.json](/documentation/Dotkernel_API.postman_environment.json) file over the form or navigate to it via the `Import your environments` link to save it to the collection.
46+
47+
### Sharing the Bruno Collection
48+
49+
Once the collection is imported, you can save it to one of your Git repositories to make it easier to share with your teammates.
3850
To do this:
3951

4052
- Hover over the collection name until you see the `...` symbol.
4153
- Click `...` and select `Share`.
4254
- Share the collection in one of two ways:
4355
- Select `Initialize Git Repository` and follow the instructions (recommended).
44-
- **Alternativelly** select `Export` to save to `.zip` or `.yaml` files to share them manually.
56+
- **Alternatively** select `Export` to save to `.zip` or `.yaml` files to share them manually.
4557

4658
## Old way of doing things, using PHP built-in server
4759

0 commit comments

Comments
 (0)