Skip to content

Commit

Permalink
Merge branch 'master' into ver1
Browse files Browse the repository at this point in the history
  • Loading branch information
rollno748 committed Sep 8, 2023
2 parents 408f628 + 6905b86 commit d802a11
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,33 @@ db.timeout.secs=300
jmeter.plugins.url=https://jmeter-plugins.org/repo/
mvn.repo.url=https://mvnrepository.com/search?q=

# DB Connection Pool configuration
db.min.threads=2
db.max.threads=10
db.timeout.secs=300

# External APIs
jmeter.plugins.url=https://jmeter-plugins.org/repo/
mvn.repo.url=https://mvnrepository.com/search?q=

# Directory Configs
local.repo.path=/app/plugins-manager/

# Uncomment the below if you are running this on Windows
local.repo.path=C:\\Temp\\plugins-manager\\
# local.repo.path=C:\\Temp\\plugins-manager\\
```

## How to Set up

* Download the Latest release from [here](https://github.com/rollno748/Jmeter-local-plugins-manager/tags)
* Create `configuration.properties` file
* Run the JAR (java -jar jmeter-local-plugins-manager-<version>.jar -c configuration.properties)
* Run the JAR (java -jar jmeter-local-plugins-manager-2.0.jar -c configuration.properties)
* Go to the JMeter installed directory and set `jpgc.repo.address` (this should be the local plugins manager API) in the jmeter.properties


## Uploading Custom plugin
![Custom Upload Form](/img/upload-form.jpg)


## How it works ?

* Acts as an independent server that polls the plugins manager for updates (configurable).
Expand All @@ -70,7 +79,6 @@ local.repo.path=C:\\Temp\\plugins-manager\\
- Custom Plugins API
- Merged (Public and Custom) Plugins API


## Detailed Instructions

* Detailed instructions is available at [Medium](https://rollno748.medium.com/creating-your-own-jmeter-plugin-manager-a-comprehensive-guide-aaa57021dda9)
Expand Down

0 comments on commit d802a11

Please sign in to comment.