Commit 4bb9bc20 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Setup new url on run example

parent 0142d38f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: