Skip to content

Commit b40a90e

Browse files
committed
chore: remove extra spaces
1 parent fcbd867 commit b40a90e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

versioned_docs/version-2.0.0/running-keploy/keploy-karaf.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: keploy-karaf-example
3-
title: Keploy Karaf Example
3+
title: Setting Up Keploy Agent in Apache Karaf for Local Development
44
sidebar_label: Keploy Karaf Example
55
description: This section documents how to run keploy with Karaf
66
tags:
@@ -12,12 +12,6 @@ keywords:
1212
- running-guide
1313
---
1414

15-
# Setting Up Keploy Agent in Apache Karaf for Local Development
16-
17-
Follow these steps to set up and run the Keploy agent in Apache Karaf for your local development environment.
18-
19-
---
20-
2115
## Step 1: Download Required JARs
2216

2317
Use `wget` to download the necessary JAR files:
@@ -32,8 +26,6 @@ wget https://keploy-enterprise.s3.us-west-2.amazonaws.com/agent-jars/java-agent-
3226
wget https://keploy-enterprise.s3.us-west-2.amazonaws.com/agent-jars/org.jacoco.agent-0.8.12-runtime.jar
3327
```
3428

35-
---
36-
3729
## Step 2: Configure Apache Karaf
3830

3931
### Update `JAVA_OPTS` for linux/mac in `setenv` File
@@ -82,8 +74,6 @@ wget https://keploy-enterprise.s3.us-west-2.amazonaws.com/agent-jars/org.jacoco.
8274
io.keploy.*
8375
```
8476

85-
---
86-
8777
## Step 3: Start Apache Karaf and Export Environment Variables
8878

8979
1. Start Apache Karaf by navigating to the `bin` directory and running:
@@ -108,8 +98,6 @@ wget https://keploy-enterprise.s3.us-west-2.amazonaws.com/agent-jars/org.jacoco.
10898

10999
Replace the `APP_PATH` value with the absolute path to your application's target folder.
110100

111-
---
112-
113101
## Step 4: Import Postman Collection
114102

115103
1. Ensure you have a Postman collection ready for your application.
@@ -121,8 +109,6 @@ wget https://keploy-enterprise.s3.us-west-2.amazonaws.com/agent-jars/org.jacoco.
121109

122110
Replace `/path/to/YourPostmanCollection.json` with the actual path to your Postman collection.
123111

124-
---
125-
126112
## Step 5: Run Keploy Tests
127113

128114
Use the following command to run the imported tests:

0 commit comments

Comments
 (0)