Commit 614d40c7 authored by Stavros-Anastasios Charismiadis's avatar Stavros-Anastasios Charismiadis
Browse files

Add instructions on README.md

parent d23723ac
Loading
Loading
Loading
Loading
Loading
+17 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,23 @@ This repository has the python-flask Mockup servers created with openapi-generat


Please refer to [OCF Documentation] for more detailed information.
Please refer to [OCF Documentation] for more detailed information.



# Install and Run 
### (to be added in Getting Started section of Documentation)
```
mkdir OpenCAPIF

cd OpenCAPIF

# The link must be changed when finally merged with the default branch and be permanent
wget https://labs.etsi.org/rep/ocf/capif/-/raw/OCF19-local-installation-of-capif-downloading-script/deploy.sh

chmod +x deploy.sh

# ./deploy.sh [branch to fetch] [true or false (default) to install monitoring stack or not]
./deploy.sh staging
```

## How to run CAPIF services in this Repository
## How to run CAPIF services in this Repository
Capif services are developed under /service/ folder.
Capif services are developed under /service/ folder.