Skip to content

Uninstall

Scott edited this page Jun 3, 2021 · 1 revision

Removal / Uninstall

To remove the webserver:

deactivate the (env), then:

cd
sudo rm -rfv led-board-manager 

Any profiles backed up from the GUI and the config.json file will remain in the config/ directories.

Remove the Supervisor Configuration if present. Change the following:
[include]
files = conf.d/*.conf /home/pi/led-board-manager/supervisor-daemon.conf

Back to:

[include]
files = conf.d/*.conf
Remove the rc.local Configuration if present:
sudo nano /etc/rc.local

...and remove the server's autorun.sh script line.

Clone this wiki locally