1
0
Fork 0
arangodb/Documentation/Books/Manual/GettingStarted/Installing
Viktor Evdokimov 2c92e7fceb Adding note about configuration file and endpoint.
Took me a while to find how to change server.endpoint. When editing provided plist file and using `brew services start arangodb` `ProgramArguments` from plist are ignored for some reason. So the only way to switch from `127.0.0.1:8529` to `0.0.0.0:8529` was to edit `arangod.conf` file and restart services with brew. After that I was able to access web interface remotely.
2016-12-29 11:37:16 -05:00
..
Compiling.mdpp
Linux.mdpp
MacOSX.mdpp Adding note about configuration file and endpoint. 2016-12-29 11:37:16 -05:00
README.mdpp
Windows.mdpp

README.mdpp

Installing
==========

First of all, download and install the corresponding RPM or Debian package or use
homebrew on MacOS X. You can find packages for various operation systems at our
[install](https://www.arangodb.com/download) section, including installers
for Windows.

How to do that in detail is described in the subchapters of this section.

On how to set up a cluster, checkout the [Deployment](../../Deployment/README.md)
chapter.