database - Setting up ArangoDB cluster wihout DCOS -


i'm working on setting arangodb cluster in ubuntu machine based on these instructions : https://docs.arangodb.com/3.0/manual/deployment/distributed.html

i keep getting below error when execute first command in above documentation sudo. ensured directories pointing in /etc/arangod.conf file has required permissions. please can let me know if i'm missing here.

below error :

2016-08-23t07:29:52z [26629] fatal unable create database directory: failed create directory [agency1] permission denied

the command passes database directory on command line (agency1) , arangodb doesn't seem have rights create agency1 in current working directory.

either provide proper working directory on command line or specify 1 in config file.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -