-[Downloading the project](#downloading-the-project)
-[1. Create a folder to download the project](#1-create-a-folder-to-download-the-project)
-[2. Download the deployment script](#2-download-the-deployment-script)
-[3. Run the deployment script](#3-run-the-deployment-script)
-[Run All CAPIF Services locally with Docker images](#run-all-capif-services-locally-with-docker-images)
-[Run All CAPIF Services locally with Docker images and deploy monitoring stack](#run-all-capif-services-locally-with-docker-images-and-deploy-monitoring-stack)
-[Run each service using Docker](#run-each-service-using-docker)
-[Run each service using Python](#run-each-service-using-python)
-[Start Your Testing with OpenCAPIF](#start-your-testing-with-opencapif)
Capif services are developed under [services folder](https://labs.etsi.org/rep/ocf/capif/-/tree/main/services).
1.[Downloading the project](#downloading-the-project)
1.[Create a folder to download the project](#1-create-a-folder-to-download-the-project)
2.[Download the deployment script](#2-download-the-deployment-script)
3.[Run the deployment script](#3-run-the-deployment-script)
2. Run the services
*[Run **all** CAPIF Services locally with Docker images](#run-all-capif-services-locally-with-docker-images)
*[Run **each** service using Docker](#run-each-service-using-docker)
*[Run **each** service using Python](#run-each-service-using-python)
3.[Start your testing with OpenCAPIF](#start-your-testing-with-opencapif)
> Capif services are developed under [services folder](https://labs.etsi.org/rep/ocf/capif/-/tree/main/services).
### Downloading the project
@@ -55,7 +56,6 @@ We recommend:
sudo ./deploy.sh staging
```
> **We recommend running the deploy.sh script with root permissions! In other case, some directories may not be accessible by the project building tools and hinder the smooth installation.**
### Run All CAPIF Services locally with Docker images
@@ -98,7 +98,8 @@ When we need to stop all CAPIF services, we can use next bash script:
./clean_capif_docker_services.sh -a
```
NOTE: You can use different flags if you only want to stop some of them, please check the help using
NOTE: You can use different flags if you only want to stop some of them, please check the help using: