Page 1 of 1
Installing Domoticz on an existing configuration
Posted: Friday 20 December 2019 11:40
by MrJown
Hello,
I have a Raspberry PI 3 B+ with Raspbian Lite.
On it I have apache2, PHP, MariaDB to manage 2 or 3 hosts :
blog.example.com
house.example.com
I want to add Domoticz on this actual configuration but I'm scared to destroy all if I launch the command :
Code: Select all
curl -L https://install.domoticz.com | bash
Thanks for your help !
Nathan.
Re: Installing Domoticz on an existing configuration
Posted: Friday 20 December 2019 12:00
by waaren
MrJown wrote: ↑Friday 20 December 2019 11:40
On it I have apache2, PHP, MariaDB to manage 2 or 3 hosts :
I want to add Domoticz on this actual configuration but I'm scared to destroy all
domoticz can live happily alongside these packages. If you don't trust it make sure you have a recent backup before installing.
Re: Installing Domoticz on an existing configuration
Posted: Friday 20 December 2019 12:04
by MrJown
Hello,
Thanks for your reply.
When I launch the command to install Domoticz,
it will be use the port 443 to access to the interface in HTTPS.
But the 443 port is already used.
There will be a conflict with my others hosts ?
Nathan.
Re: Installing Domoticz on an existing configuration
Posted: Friday 20 December 2019 12:06
by waaren
MrJown wrote: ↑Friday 20 December 2019 12:04
When I launch the command to install Domoticz, it will be use the port 443 to access to the interface in HTTPS.
But the 443 port is already used.
The default ports (8080 and 443) can be changed during the installation conversation. Just type new port numbers when asked to confirm the defaults.
Re: Installing Domoticz on an existing configuration
Posted: Friday 20 December 2019 12:08
by MrJown
Ok thanks for your help.
I will post here when the installation is finished
Nathan.
Re: Installing Domoticz on an existing configuration
Posted: Friday 20 December 2019 16:29
by MrJown
Hello,
Everything worked fine !
Thank you for your tip
Nathan.