Skip to content

Commit

Permalink
add note for webserver restart
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Jan 12, 2024
1 parent 285b623 commit 8ab712e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/developers/webapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ cd ~/RPi-Jukebox-RFID/src/webapp; \
./run_rebuild.sh -u
```

After the successfull build you might need to restart the web server.
```
sudo systemctl restart nginx.service
```

## Known Issues while building

### JavaScript heap out of memory
Expand Down

0 comments on commit 8ab712e

Please sign in to comment.