mirror of
https://github.com/puzzle/lightning-beer-tap.git
synced 2025-12-17 07:04:21 +01:00
Updates install instructions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user