I use two AWS machine with ubuntu 16.04 . and I install the arangodb 3.1.9 from the source code.Arangod is the directory not a file
On Wednesday, February 22, 2017 at 1:51:39 PM UTC+5:30, Kaveh Vahedipour wrote: > > You will need to add the location of the arangod binary to your PATH > environment > variable or execute arangod witth full path. > So either > export PATH=$PATH:/<path to arangod> followed by the command as you > posted above. > or > /<path to arangod>/arangod --server.endpoint tcp://0.0.0.0:5001 > --agency.my-address > tcp://192.168.1.1:5001 --server.authentication false --agency.activate > true --agency.size 3 --agency.supervision true --database.directory agency > >> What OS are you on? > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
