sudo apt-get update -ysudo apt-get upgrade -y
sudo nano /etc/network/interfaces
auto wlanXiface wlanX inet staticaddress 192.168.1.ZZgateway 192.168.1.1netmask 255.255.255.0wpa-ssid redWifiwpa-psk contraseñaWifi
sudo apt-get install apache2 php5 libapache2-mod-php5 -ysudo /etc/init.d/apache2 restart
git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.gitcd RPi_Cam_Web_Interface./install.sh
sudo chmod 755 /etc/rc.localand restart