Skip to content

Commit a7442ab

Browse files
authored
Fix rcv + remove unused dependencies (#20)
* Fix remove unused dependencies
1 parent bf5fd13 commit a7442ab

File tree

11 files changed

+36558
-19306
lines changed

11 files changed

+36558
-19306
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ script:
1313
- docker pull enkeys/alpine-openjdk-amq7-snapshot
1414
- docker run --rm -v`pwd`/scripts:/mnt -p 5672:5672 -p 61616:61616 --entrypoint ash enkeys/alpine-openjdk-amq7-snapshot /mnt/entrypoint.sh amq7-server &
1515
- sleep 10
16-
- npm install -g codecov
1716
- npm run-script browserify
18-
- npm run-script coverage;
19-
- npm run-script report-coverage;
17+
- npm run-script doc
18+
- npm run-script test

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -79,23 +79,6 @@ sender.run(opts);
7979
</html>
8080
```
8181

82-
### Using web browser executor
83-
84-
1. Install google chrome
85-
1. Install dependencies
86-
87-
```sh
88-
cd <path-of-cli-rhea-npm-package>
89-
npm install
90-
npm run-script browserify
91-
```
92-
1. Run web browser executor
93-
94-
```sh
95-
cli-rhea-browser-runner --client-type sender --broker "username:password@localhost:5672" --address "queue_test" --count 2 --msg-content "text message" --log-msgs dict
96-
cli-rhea-browser-runner --client-type receiver --broker "username:password@localhost:5672" --address "queue_test" --count 2 --log-msgs dict
97-
```
98-
9982
## Docker
10083

10184
To build image with CENTOS7 and rhea-nodejs-client use Dockerfile in project lib:

bin/browser-runner.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)