0

I’m trying to install Allegrograph on Ubuntu 14.04.2 LTS using the below instructions from here

However, I’m having problems. I have created the directory /home/me/Allegrograph_4.14.1 and have myself as the owner. I then submit:

agraph-4.14.1/install-agraph`  /home/me/Allegrograph_4.14.1

However, I just get an error saying that install-agraph does not exist (I’m away from my computer to quote the exact returned error unfortunately but hope this is enough information).

I assume Allegrograph can be installed alongside mysql?

Bendy
  • 3,506
  • 6
  • 40
  • 71
  • Could you add additional information as to which directory you extracted the tar.gz file? Apart from that did you add `./` before the agraph command? – Bhargav Rao Aug 03 '15 at 08:42

1 Answers1

0

Make sure you are calling "agraph-4.14.1/install-agraph" from the correct directory. That would be the only reason I could think of why it can't find install-agraph. Additionally, you don't need to create the directory first. Just pass the script a usable path.

jwsomis
  • 56
  • 4