Better doc
This commit is contained in:
parent
7aef822563
commit
2616fde55b
@ -20,7 +20,7 @@ Physical buttons :
|
|||||||
|
|
||||||
# Control
|
# Control
|
||||||
|
|
||||||
2 physical buttons and Webpage (browse to pi address)
|
2 physical buttons and Webpage. Choose your webserver, edit config.js (to your pi webadress) and copy www directory. Browse to pi address.
|
||||||
|
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
@ -46,12 +46,15 @@ pi raspberrypi =NOPASSWD: /usr/bin/systemctl poweroff
|
|||||||
|
|
||||||
To autorun nerves at boot time :
|
To autorun nerves at boot time :
|
||||||
|
|
||||||
|
A supervisor conf is given.
|
||||||
|
|
||||||
cd nerves
|
cd nerves
|
||||||
|
|
||||||
sudo cp /home/pi/nerves/autorun.conf /etc/supervisor/conf.d/
|
sudo cp /home/pi/nerves/autorun.conf /etc/supervisor/conf.d/
|
||||||
sudo supervisorctl reload
|
sudo supervisorctl reload
|
||||||
|
|
||||||
# Based on previous work :
|
# Based on :
|
||||||
|
|
||||||
|
* https://www.instructables.com/Fiber-Optic-LED-Lamp/
|
||||||
* https://github.com/loloster/termeal
|
* https://github.com/loloster/termeal
|
||||||
* https://github.com/s0r00t/sniffeal
|
* https://github.com/s0r00t/sniffeal
|
Loading…
Reference in New Issue
Block a user