Install - ruvenss/ruvensspi GitHub Wiki
Requirements
- php5
- php5-cli
- php5-curl
- shellinabox
- apache2 or lighttpd servers
Instructions Debian Raspberry PI
sudo apt-get install shellinabox
If you use lighttpd
sudo apt-get -y install lighttpd
sudo apt-get -y install php5-common php5-cgi php5 php-cli php-curl
sudo lighty-enable-mod fastcgi-php
sudo service lighttpd force-reload
sudo chmod 775 /var/www
sudo usermod -a -G www-data pi
add www-data to sudoers
sudo visudo
Add this line at end of the file
www-data ALL=(ALL) NOPASSWD: ALL
Setup other command tools
sudo apt-get install arpwatch
sudo apt-get install arp-scan
That's it, enjoy it
Open your browser and point to your raspberry ip or hostname