1. Insert the SD card into the Raspberry Pi and power it up.
1. Insert the SD card into the Raspberry Pi and power it up.
1. Go trough the setup (you can skip the network and language setups), then the system will reboot. For this example, the username will be control and the password raspicontrol
1. Go trough the setup (you can skip the network and language setups), then the system will reboot. For this example, the username will be control and the password raspicontrol
1. Open terminal to install desired software run the following
1. Open terminal to install desired software run the following
```
sudo apt install nginx php-fpm composer git -y
sudo apt install nginx php-fpm composer git -y
cd /var/www && sudo rm -rf html
cd /var/www && sudo rm -rf html
sudo git clone https://gitea.linkensphere.com/enzo/izcontrol.git html
sudo git clone https://gitea.linkensphere.com/enzo/izcontrol.git html