Code: Select all
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install php
sudo apt-get install php-xml php-curl
sudo systemctl restart apache2
and press y
That gives Abort?
Moderators: leecollings, htilburgs, robgeerts
Code: Select all
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install php
sudo apt-get install php-xml php-curl
sudo systemctl restart apache2
Code: Select all
var config = {}
config['domoticz_ip'] = 'http://xxx.xxx.xxx.xx:portnumber';
config['user_name'] = 'test';
config['pass_word'] = 'test';
config['loginEnabled'] = 1;
Users browsing this forum: No registered users and 1 guest