mirror of https://gitee.com/bigwinds/arangodb
25 lines
1016 B
Markdown
25 lines
1016 B
Markdown
Installation
|
|
============
|
|
|
|
To install ArangoDB, as first step, please download the package for your Operating
|
|
System from the official [Download](https://www.arangodb.com/download) page of the
|
|
ArangoDB web site.
|
|
|
|
You can find packages for various operating systems, including _RPM_ and _Debian_
|
|
packages. _homebrew_ can be used on MacOS X; an _Installer_ is available for Windows.
|
|
|
|
Besides the official images which are provided for the most popular linux distributions
|
|
there are also a variety of unofficial images provided by the community. We are
|
|
tracking most of the community contributions (including new or updated images) in
|
|
our newsletter: https://www.arangodb.com/category/newsletter/
|
|
|
|
- [Linux](Linux.md)
|
|
- [Mac OS X](MacOSX.md)
|
|
- [Windows](Windows.md)
|
|
|
|
If you prefer to compile ArangoDB from source, please refer to the [Compiling](Compiling.md)
|
|
_Section_.
|
|
|
|
For detailed information on how to deploy ArangoDB, once it has been installed,
|
|
please refer to the [Deployment](../Deployment/README.md) chapter.
|