hastic-zzz / hastic-grafana-app

Hastic data management server for labeling patterns and anomalies in Grafana
https://hastic.io
GNU General Public License v3.0
179 stars 18 forks source link

Installation problem #448

Open jlin-vt opened 4 years ago

jlin-vt commented 4 years ago

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

jonyrock commented 4 years ago

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?

jonyrock commented 4 years ago

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)

jonyrock commented 4 years ago

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)