mirror of https://gitee.com/bigwinds/arangodb
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
!CHAPTER Linux
|
|
|
|
You can find binary packages for various Linux distributions
|
|
[here](http://www.arangodb.com/install/).
|
|
|
|
We provide packages for:
|
|
|
|
* Centos
|
|
* Debian
|
|
* Fedora
|
|
* [Linux-Mint](#linux-mint)
|
|
* Mandriva
|
|
* OpenSUSE
|
|
* RedHat RHEL
|
|
* SUSE SLE
|
|
* Ubuntu
|
|
|
|
|
|
!SECTION Using a Package Manager to install ArangoDB
|
|
|
|
Follow the instructions on the [install](https://www.arangodb.com/install)
|
|
page to use your favorite package manager for the major distributions. After
|
|
setting up the ArangoDB repository you can easily install ArangoDB using yum,
|
|
aptitude, urpmi or zypper.
|
|
|
|
|
|
!SUBSECTION Gentoo
|
|
|
|
Please use the [portage](https://github.com/mgiken/portage-overlay/tree/master/dev-db/ArangoDB)
|
|
provided by @mgiken.
|
|
|
|
!SUBSECTION Debian sid
|
|
|
|
To use ArangoDB on Debian sid (the development version of Debian), a different version
|
|
of ICU is required. User baslr provided the following instructions for getting ArangoDB 2.0.7
|
|
to work on an x86_64:
|
|
|
|
[link to Github issue](https://github.com/arangodb/arangodb/issues/865)
|
|
|
|
Other versions of ArangoDB or other architectures should work similarly.
|
|
|
|
!SUBSECTION Linux-Mint
|
|
|
|
Please use the corresponding Ubuntu or Debian packages.
|
|
|
|
!SECTION Using Vagrant and Chef
|
|
|
|
A Chef recipe is available from jbianquetti at:
|
|
|
|
https://github.com/jbianquetti/chef-arangodb
|
|
|
|
!SECTION Using ansible
|
|
|
|
An [Ansible](http://ansible.com) role is available trough [Ansible-Galaxy](https://galaxy.ansible.com)
|
|
|
|
* Role on Ansible-Galaxy: https://galaxy.ansible.com/list#/roles/2344
|
|
* Source on Github: https://github.com/stackmagic/ansible-arangodb
|
|
|