From 4bb9bc200f8cd0dd34b434144e105c63a660c775 Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com> Date: Mon, 25 Mar 2024 10:23:13 +0100 Subject: [PATCH] Setup new url on run example --- doc/gettingstarted/howtorun.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gettingstarted/howtorun.md b/doc/gettingstarted/howtorun.md index 59839df..578ccde 100644 --- a/doc/gettingstarted/howtorun.md +++ b/doc/gettingstarted/howtorun.md @@ -18,13 +18,13 @@ This will build and run all services using docker images, including mongodb and Nginx deployed by default use **capifcore** hostname, but can add a parameter when run.sh is executed setting a different hostname, for example, ``` -./run.sh -c openshift.evolved-5g.eu +./run.sh -c opencapif.etsi.org ``` Also you can run monitoring just using option -m true, for example: ``` ./run.sh -m true -./run.sh -m true -c openshift.evolved-5g.eu +./run.sh -m true -c opencapif.etsi.org ``` If you want to check if all CAPIF services are running properly in local machine after execute run.sh, we can use: -- GitLab