raspberry-pi-remote-scripting
v1.0.1
Published
Remote NodeJS script management. Push/(re)start/stop/track NodeJS scripts from any browser on the PI's network.
Downloads
2
Maintainers
Readme
- Install a clean Raspbian
- Install nodejs
Download an ARM6l .tar.gz nodejs from https://nodejs.org/dist/
tar -xzf <nodejs-tar-gz-file>
sudo cp -r <nodejs-unzipped-folder>/* /usr/local/ - npm install
- node index.js
- ifconfig to detect IP address of the PI
- Use any browser enabled device on your network to navigate to :9000
- Create your first script :)