The MEC application onboarded-demo4 is a basic HTTP REST API "Ping/Pong" application. When it recieves an HTTP GET /ping request, it replies with 200 OK "pong".
@@ -185,7 +518,20 @@ Therefore, the following steps need to be done prior to running Demo4 applicatio
Use the same procedure described above for Demo4 with AdvantEDGE.
#### Create work directory for demo4-ue instance
Create work directories of your choice on the system of your choosing; we’ll use ~/demo4 for this example.
Create a work directory of your choice on the system (e.g. ~/tmp/demo4) and copy the files ~/AdvantEDGE/examples/demo4-ue/src/demo-server/demo4-ue-config.yaml and ~/AdvantEDGE/examples/demo4-ue/bin/demo-server/demo-server.
The structure should look like this:
```
~/tmp/demo4
|
\____ demo4-ue-config.yaml
|
\____ demo-server
```
Update the configuration file demo4-ue-config.yaml accordingly and launcg the demo application: