blob: 8f7b9ef1b2b379eb4219539c91f54f1e4ebe3676 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
===========================
Data Router (DR) User Guide
===========================
Standalone Mode
---------------
Installation
============
1. Find the datarouter project on the gerrit website: https://gerrit.onap.org/r/#/admin/projects/dmaap/datarouter
2. Clone the repo onto your server using the clone command found on the datarouter page on gerrit.
3. cd into the docker-compose directory and run docker-compose up.
Configurations
==============
Using the Data Router
---------------------
For information on how to use the Data Router refer to the Data Router API guide at:
:ref:`data_router_api_guide`
|