hastic-grafana-app icon indicating copy to clipboard operation
hastic-grafana-app copied to clipboard

Installation problem

Open jlin-vt opened this issue 4 years ago • 3 comments

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

jlin-vt avatar Jun 30 '20 18:06 jlin-vt

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 avatar Jul 01 '20 13:07 jonyrock

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 avatar Jul 02 '20 11:07 jonyrock

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)

jonyrock avatar Jul 02 '20 11:07 jonyrock