Skip to content
Snippets Groups Projects
Commit 4bb9bc20 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Setup new url on run example

parent 0142d38f
No related branches found
No related tags found
No related merge requests found
Pipeline #7937 passed
...@@ -18,13 +18,13 @@ This will build and run all services using docker images, including mongodb and ...@@ -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, 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: Also you can run monitoring just using option -m true, for example:
``` ```
./run.sh -m true ./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: If you want to check if all CAPIF services are running properly in local machine after execute run.sh, we can use:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment