diff options
author | TamasBakai <tamas.bakai@est.tech> | 2019-02-15 08:38:16 +0000 |
---|---|---|
committer | Tamas Bakai <tamas.bakai@est.tech> | 2019-02-15 09:47:28 +0000 |
commit | 9b780338eb8b85fc713f272a7cae865f1265f109 (patch) | |
tree | 864c1ba60eff8625f1f5c79567da0914e5e8ed65 /test/mocks/datafilecollector-testharness/dr-sim/README.md | |
parent | 01c69ab28550d775239697067588e3b2063188a1 (diff) |
Simulator scripts for datafile-collector
Change-Id: Idff5fb9e4406f42208367860b3d02fc2ed4a9bad
Issue-ID: DCAEGEN2-1225
Signed-off-by: TamasBakai <tamas.bakai@est.tech>
Diffstat (limited to 'test/mocks/datafilecollector-testharness/dr-sim/README.md')
-rw-r--r-- | test/mocks/datafilecollector-testharness/dr-sim/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mocks/datafilecollector-testharness/dr-sim/README.md b/test/mocks/datafilecollector-testharness/dr-sim/README.md new file mode 100644 index 000000000..38ad1c522 --- /dev/null +++ b/test/mocks/datafilecollector-testharness/dr-sim/README.md @@ -0,0 +1,7 @@ +1. install nodejs +2. install npm +Make sure that you run these commands in the application directory "dr-sim" +3. `npm install express` +4. `npm install argparse` +5. `node dmaapDR.js` #keep it in the foreground +6. `node dmaapDR_redir.js` #keep it in the foreground |