If you use Debian 8 (jessie), Debian 9 (stretch) or Ubuntu 16.04 (xenial), you can use the installer which is located in install directory of this project:
Debian 8 (jessie)
git clone https://github.com/iqrfsdk/iqrf-daemon-webapp.git
cd iqrf-daemon-webapp/install/
python3 install.py -d debian -v 8
Debian 9 (stretch)
git clone https://github.com/iqrfsdk/iqrf-daemon-webapp.git
cd iqrf-daemon-webapp/install/
python3 install.py -d debian -v 9
Ubuntu 16.04 (xenial)
git clone https://github.com/iqrfsdk/iqrf-daemon-webapp.git
cd iqrf-daemon-webapp/install/
sudo python3 install.py -d ubuntu -v 16.04
Then visit http://localhost
in your browser to see the welcome page.
The simplest way to get started is to start the built-in PHP server in the root directory of this project:
git clone https://github.com/iqrfsdk/iqrf-daemon-webapp.git
cd iqrf-daemon-webapp/
php -S localhost:8000 -t www/
Then visit http://localhost:8000
in your browser to see the welcome page.
The best way to install this project is using Composer. If you don't have Composer yet, download it following the instructions. Then use command:
git clone https://github.com/iqrfsdk/iqrf-daemon-webapp.git
cd iqrf-daemon-webapp/
composer install
Make directories temp/
and log/
writable.
composer create-project iqrfsdk/iqrf-daemon-webapp