hastic-grafana-app
hastic-grafana-app copied to clipboard
Installation problem
Hi, I am new. To use hastic, do I need to install (from source) Hastic server and Hastic Grafana App? I follow the instruction of https://hastic.io/downloads/ and I got
pip3 install -r analytics/requirements.txt
>>> ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'analytics/requirements.txt'
any suggestions? thank you
Hey! There is only one case at this moment when it's better to install hastic-app from sources: when you need to use it with Grafana 7.
In all other cases you may try to want to run it on Linux/MacOSx installation from that downloads page.
Where do you want to install hastic-server/hastic-app?
But regarding >>> ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'analytics/requirements.txt'
, please not to forget to do cd hastic-server
(the working directory is important)
On hastic.io/downloads a bit wrong instruction. See https://github.com/hastic/hastic-server/wiki/Installation-from-source#installation . The difference in this like git clone --recursive https://github.com/hastic/hastic-server.git
(notice --recursive
flag)