Raspberry pi web server i GumCP
raspbian raspberryto install web server on your raspberry pi do this:
sudo apt-get update && sudo apt-get install apache2 php5 php5-ssh2
install git:
sudo apt-get update && sudo apt-get install git
restart apache:
sudo service apache2 restart
Install GumCP:
cd /var/www/html
sudo git clone https://github.com/gumslone/GumCP.git
make your changes to your /include/config.php file.
open GumCP in your browser:
http://RasPi-IP/GumCP/index.php
font: https://github.com/sasogu/GumCP
Comentaris