readme updates re getting help

This commit is contained in:
openoms
2019-09-23 20:21:04 +01:00
parent 000481e85c
commit 805a71d01c
2 changed files with 11 additions and 5 deletions

View File

@@ -37,13 +37,19 @@ To download and run:
### Getting help
The setup has multiple components and dependencies which can change when updated or modified by the maintainers.
* see the original guide this is based on: https://gist.github.com/normandmickey/3f10fc077d15345fb469034e3697d0d0
* Shared experiences:
* shared experiences:
https://github.com/rootzoll/raspiblitz/issues/214
- if `Nginx` breaks:
* if `Nginx` breaks:
`sudo nginx -t`
is a very useful debug tool. Runs a test and gets detailed info on which line is problematic.
is a very useful debug tool. Runs a test and displays detailed info on which line in the configuration is problematic.
* Join the BTCPay Server Community Chat on https://chat.btcpayserver.org/
* Try to run the commands manually one-by-one, spot which is causing the problem and copy the output
* Open an issue here with the details of your harware and software environment (SBC model, RaspiBlitz version) and I will be happy to help to solve it.
* Join the BTCPay Server Community Chat on https://chat.btcpayserver.org/

View File

@@ -121,7 +121,7 @@ Any communication outside a secure LAN must be encrypted.
## Further help:
The script is a collection of commands. The whole setup has multiple components and dependencies which can change when updated or modified by the maintainers.
The setup has multiple components and dependencies which can change when updated or modified by the maintainers.
Based on:
* https://github.com/romanz/electrs/blob/master/doc/usage.md