getminera / minera

Minera is a web interface to monitor and manage mining devices
http://getminera.com
Other
374 stars 156 forks source link

Manual remove #216

Closed git4silver closed 6 years ago

git4silver commented 6 years ago

Hi, How can I remove minera form Raspberry Pi 3 ? Can somebody share with me few commands to do that ? Thanks!

michelem09 commented 6 years ago

Well, removing everything it's a little bit hard, but I think this could be sufficient:

sudo rm -rf /var/www/minera
sudo rm /etc/cron.d/minera
sudo apt remove redis-server
sudo apt remove supervisor

I don't suggest to remove also the minera user because it's the only one that can access it.

git4silver commented 6 years ago

Thanks @michelem09 , Do you knew what is redirecting me on localhost to localhost/minera ? So I am still missing something...

michelem09 commented 6 years ago

Ah right it's the lighttpd web server you should remove it or change the config file.