Commit 3ade2068 authored by Nikhil Doifode's avatar Nikhil Doifode
Browse files

Updated demo2 documentation

parent 7f915e81
Loading
Loading
Loading
Loading
+22 −3
Original line number Diff line number Diff line
@@ -11,6 +11,25 @@ This scenario is the same as [demo1](../demo1/README.md) except that it uses _us

## Using the scenario

- [Import scenario in AdvantEDGE](https://github.com/InterDigitalInc/AdvantEDGE/wiki/basic-operation#import-demo1-scenario-in-advantedge)
- Deploy scenario
  - Scenario behavior is identical to [demo1](../demo1/README.md)
 No newline at end of file
The following steps need to be done prior to using this scenario

##### Build

To build demo2:

```
cd ~/AdvantEDGE/examples/demo2/
./build-demo2.sh
```

##### Import

To import demo2 follow steps given for demo1 just import demo2-scenario.yaml from AdvantEDGE/examples/demo2/ instead of demo1-scenario.yaml:
[Import scenario in AdvantEDGE](https://github.com/InterDigitalInc/AdvantEDGE/wiki/basic-operation#import-demo1-scenario-in-advantedge)



##### Deploy

To deploy demo2 follow steps given for demo1 just select demo2 from dropdown instead of demo:
[Deploy scenario in AdvantEDGE](https://github.com/InterDigitalInc/AdvantEDGE/wiki/basic-operation#deploy-demo1-scenario)