getminera / minera

Minera is a web interface to monitor and manage mining devices

Home Page:http://getminera.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual remove

git4silver opened this issue · comments

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

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.

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