dashticzv3 / dashticz_v3

Dashticz V3: NOT MAINTAINED. Please switch to github.com/Dashticz/dashticz
https://github.com/Dashticz/dashticz
2 stars 1 forks source link

Add support for Synology to installation script #3

Open lokonli opened 5 years ago

lokonli commented 5 years ago

ss (used for free port scanning) and make apparently are not supported on Synology.

lokonli commented 5 years ago

From: https://www.domoticz.com/forum/viewtopic.php?f=67&t=28401&p=217468#p217465

What is the IP:port address of your Domoticz server? (example: 192.168.178.18:8080): 192.168.0.11:8080

Finding a free port for Dashticz -ash: ss: command not found Port 8082 is NOT in use

Setting up Dashticz on port 8082

-ash: make: command not found

Domoticz connection OK All done

lokonli commented 5 years ago

@EdwinK:

Do you know whether it's possible to install Docker on your Synology?

EdKo66 commented 5 years ago

I think my synology doesn't support Docker. It's an old version (413J)

lokonli commented 5 years ago

You can test whether you can install Docker with the following:

curl -sSL https://get.docker.com | sh

It will fail with a remark if your system is not support.

EdKo66 commented 5 years ago

Trying later today.

EdKo66 commented 5 years ago

Unfortunately it returns:

curl -sSL https://get.docker.com | sh

Executing docker install script, commit: 2f4ae48

ERROR: Unsupported distribution ''

lokonli commented 5 years ago

Kamino cloned this issue to Dashticz/dashticz