1
0
Fork 0

Merge pull request #2241 from ojosdegris/patch-1

Adding note about configuration file and endpoint.
This commit is contained in:
Jan 2017-01-04 08:52:23 +01:00 committed by GitHub
commit 18f94a4bfc
1 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,10 @@ installed as:
You can start the server by running the command `/usr/local/sbin/arangod &`.
Configuration file is located at
/usr/local/etc/arangodb3/arangod.conf
The ArangoDB shell will be installed as:
/usr/local/bin/arangosh
@ -49,6 +53,11 @@ also need to update homebrew:
- Performance - the LLVM delivered as of Mac OS X El Capitan builds slow binaries. Use GCC instead,
until this issue has been fixed by Apple.
- the Commandline argument parsing doesn't accept blanks in filenames; the CLI version below does.
- if you need to change server endpoint while starting homebrew version, you can edit arangod.conf
file and uncomment line with endpoint needed, e.g.:
[server]
endpoint = tcp://0.0.0.0:8529
Graphical App
-------------