Skip to content

Commit

Permalink
Update chapter-06-gbapp-reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez authored Dec 20, 2023
1 parent 503ed48 commit 87ed54a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions book/chapter-06-gbapp-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ npm -v
```

Opening 443 Port in Linux
```
sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/node
sudo setcap 'cap_net_bind_service=+ep' `which node`
```

Additional Infrastructure
```
sudo apt-get install libxtst-dev
Expand Down

0 comments on commit 87ed54a

Please sign in to comment.