Browse Source

Update 'readme.md'

master
enzo 2 years ago
parent
commit
7dfa3c1fb2
  1. 2
      readme.md

2
readme.md

@ -9,6 +9,7 @@ Example setup on Raspberry Pi
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
@ -16,6 +17,7 @@ Example setup on Raspberry Pi
sudo cp defaultconf /etc/nginx/sites-enabled/default sudo cp defaultconf /etc/nginx/sites-enabled/default
sudo chown -R www-data:www-data html sudo chown -R www-data:www-data html
sudo nginx -s reload 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) At this point, you should see the control panel on the local of Pi (run ifconfig to see the ip addres)
Optionally you can Optionally you can

Loading…
Cancel
Save