You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| data | 3 years ago | |
| lib | 5 years ago | |
| ui | 5 years ago | |
| .gitignore | 5 years ago | |
| .htaccess | 5 years ago | |
| composer.json | 5 years ago | |
| composer.lock | 5 years ago | |
| config.ini | 5 years ago | |
| defaultconf | 3 years ago | |
| homescreen.png | 5 years ago | |
| index.php | 5 years ago | |
| manifest.json | 5 years ago | |
| readme.md | 3 years ago | |
readme.md
#IzControl IzControl is an application that makes is possible to easily control appliances over the network using UDP, telnet and other protocols.
##Example setup on Raspberry Pi
- Download the Raspberry Imager tool and flash the SD card with the default Raspbian Image
- Hook the Pi to a monitor and a keyboard.
- Insert the SD card into the Raspberry Pi and power it up.
- 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
- Open terminal to install desired software run the following sudo apt install nginx php-fpm composer git -y cd /var/www && sudo rm -rf html sudo git clone https://gitea.linkensphere.com/enzo/izcontrol.git html cd html sudo cp defaultconf /etc/nginx/sites-enabled/default sudo chown -R www-data:www-data html sudo nginx -s reload At this point, you should see the control panel on the local of Pi (run ifconfig to see the ip addres)
Optionally you can
- run the above in a remote shell, in order to to do this go to the start menu > Preferences > Raspberry Pi Configuration . Now click on Interfaces and click enable next to SSH and click OK .
- Remove the desktop environment, in Menu > Preferences > Raspberry Pi configuration > System > Boot, select To CLI, then reboot. The PI will use less memory. If you want to re-enable desktop, just run sudo raspi-config on the terminal and you can find it under system.