Skip to content

Commit d6b2674

Browse files
authored
Merge pull request #126 from hmakelin/docs-updates
Documentation updates
2 parents 28b9c76 + 8e191b0 commit d6b2674

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/vitepress/docs/admin-portal.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ The following command should launch the home page and any required supporting se
1515
docker compose -p gisnav up homepage
1616
```
1717

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+
```

docs/vitepress/docs/install-locally.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ pip3 install ./gisnav
116116
```bash [Extended <Badge type="info" text="Optional"/>]
117117
cd ~/colcon_ws/src/gisnav
118118
pip3 install ./gisnav[nmea_node]
119+
pip3 install ./gisnav[uorb_node]
119120
pip3 install ./gisnav[qgis_node]
120121
```
121122

0 commit comments

Comments
 (0)