Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstall #10

Open
ampc opened this issue Aug 21, 2013 · 2 comments
Open

Uninstall #10

ampc opened this issue Aug 21, 2013 · 2 comments

Comments

@ampc
Copy link

ampc commented Aug 21, 2013

Is there any command to uninstall PiJS?

@sarfata
Copy link
Member

sarfata commented Aug 22, 2013

Nope - not yet. I will keep this issue open as a reminder that I should do it ;)

Until then:

To stop pijs from starting automatially:

$ /etc/init.d/pijs stop 
$ rm /etc/init.d/pijs 
$ update-rc.d -f pijs remove

Pijs.io will still be installed with nodejs in /usr/local/bin and /usr/local/lib/node_modules. You can delete those folders safely if pijs is the only thing you installed on your raspberry pi in /usr/local.

@ampc
Copy link
Author

ampc commented Aug 22, 2013

Thank you for your quick reply. After using "find" I eventually could
locate associated files and delete them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants