Commit bbdf328e authored by Miki Y's avatar Miki Y Committed by supermikii
Browse files

Update README.md

parent 619c57a4
Loading
Loading
Loading
Loading
+11 −8
Original line number Diff line number Diff line
@@ -2,13 +2,16 @@

## Quick start 

- Login via the frontend & select Sandbox tab
- Select a network to deploy in the user sandbox
- Create a unique MEC Application Instance ID
- Select & copy the MEC Sandbox endpoint up to value of MEC platform into app_instance1.yaml sandbox 
- Select & copy the Appplication Instance Id into app_instance1.yaml appid
- Select & copy your running app ip address into localurl + port into port configs
- Run main.go pass in arguments with path of your config 
|Operations: | Notes:|
|------------|-------|
|1. Login via the frontend & select Sandbox tab|
|2. Select a network to deploy in the user sandbox | Choose dual-mep network scenario to utilize app mobility service use-case |
|3. Create a unique MEC Application Instance ID | If using dual-mep network and walkthrough app mobility service use-case then both MEC Application Instance IDs must be created with the same MEC Application name|
|4. Apply configuration values by copying the MEC Sandbox endpoint into app_instance1.yaml sandbox mecUrl value  | For example: <br> Endpoints `mep1`:  `https://<the-mec-url>/<the-sandbox-key>/mep1` <br>Endpoints `mep2`: `https://<the-mec-url>/<the-sandbox-key>/mep2` |
|5. Select & copy the MEC Application Instance Id into app_instance1.yaml appid | |
|6. Select & copy your running app ip address into app_instace1.yaml localurl & port | |
|7. Run main.go pass in arguments with path of your config | |
|8. You can choose to launch swagger as client to intereact with api's and find responses in the logs demo 3 app | 

  
## What's inside?