Commit 36bb58bc authored by Stavros-Anastasios Charismiadis's avatar Stavros-Anastasios Charismiadis
Browse files

Add new commands to README.md

parent 8e65624d
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -15,11 +15,9 @@ GET /hello

## Getting started
To deploy the service, run the following command in an Ubuntu or MacOS terminal.

```
 ./start_dummy_api.sh <Username provided by organizers>
```

The above command will deploy a docker container with the name or username inserted

The API of this AEF, during the tutorial, has to be accessible via the [CAPIF Provider Gateway](https://labs.etsi.org/rep/ocf/provider-gateway)
@@ -29,3 +27,15 @@ The neccesary files to configure the Provider Gateway with the AEF API are:

First fill the fields starting with <> with the correct information and then copy them to the Provider Gateway folder.


To check the logs, run the following command.
```
 ./logs_dummy_api.sh 
```

To stop the service, run the following command.
```
 ./stops_dummy_api.sh <Username provided by organizers>
```