File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,9 @@ The following command should launch the home page and any required supporting se
15
15
docker compose -p gisnav up homepage
16
16
```
17
17
18
- You should then find the homepage at ` localhost:3000 ` .
18
+ You should then be able to open the admin portal in a browser using the below commands:
19
+
20
+ ``` bash
21
+ HOMEPAGE_IP=$( docker inspect -f ' {{.NetworkSettings.Networks.gisnav_admin.IPAddress}}' gisnav-homepage-1)
22
+ firefox $HOMEPAGE_IP :3000
23
+ ```
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ pip3 install ./gisnav
116
116
``` bash [Extended <Badge type="info" text="Optional"/>]
117
117
cd ~ /colcon_ws/src/gisnav
118
118
pip3 install ./gisnav[nmea_node]
119
+ pip3 install ./gisnav[uorb_node]
119
120
pip3 install ./gisnav[qgis_node]
120
121
```
121
122
You can’t perform that action at this time.
0 commit comments