Skip to content

How to install the webapp

Install first IQRF Gateway Daemon package since IQRF repository is added during the daemon installation. IQRF repository is also needed in order to install webapp interface.

Add PHP 7.4 repository

If you are using Debian 10, Raspbian 10 or Ubuntu 18.04 you have to add PHP 7.4 repository.

For Debian 10, Raspbian 10

bash
sudo apt-get -y install apt-transport-https lsb-release ca-certificates
sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
sudo sh -c 'echo "deb https://packages.sury.org/php/ buster main" > /etc/apt/sources.list.d/php.list'
sudo apt-get update

For Ubuntu

bash
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

Install IQRF Gateway webapp

bash
sudo apt-get install iqrf-gateway-webapp