Updates install instructions

This commit is contained in:
Thomas Philipona
2018-10-28 19:08:19 +01:00
parent 3c514f831c
commit 4d0629a383

View File

@@ -48,6 +48,7 @@ sudo apt-get install -y openjdk-8-jre openjdk-8-jdk unclutter vim
``` ```
* Add your user to the group `gpio` * Add your user to the group `gpio`
* You're all set and ready to go * You're all set and ready to go
* Clone the repository on your Raspberry Pi
# Aplication.sh start script # Aplication.sh start script
@@ -55,6 +56,8 @@ This script is used to start, stop or rebuild the application. Simple as that.
The websocket bridge will be automatically builded if you run `start` without a The websocket bridge will be automatically builded if you run `start` without a
previous build. previous build.
You might need to change the URL of your running ln-self-order-pos in the `application.sh` and dashboard `dashboard/dashboard.sh` files
```bash ```bash
$ ./application.sh start # starts the dashboard and websocket bridge $ ./application.sh start # starts the dashboard and websocket bridge
$ ./application.sh stop # stops everything $ ./application.sh stop # stops everything