ArangoDB documentation for the Getting Started section of Foxx Microservices, begins with this paragraph:
We're going to start with an empty folder. This will be the root folder of our services. You can name it something clever but for the course of this guide we'll assume it's called the name of your service:
getting-started
.
My question is very basic. On a Linux system, what are the best options for the location of this folder? And what should its permissions be?
I see existing ArangoDB directories at these locations:
/var/lib/arangodb3/
/var/lib/arangodb3-apps/
/usr/share/arangodb3/
Should I place the getting-started
directory under one of those locations or somewhere else?