mirror of https://gitee.com/bigwinds/arangodb
18 lines
692 B
Plaintext
18 lines
692 B
Plaintext
Deployment
|
|
==========
|
|
|
|
In this chapter we describe various possibilities to deploy ArangoDB.
|
|
In particular for the cluster mode, there are different ways
|
|
and we want to highlight their advantages and disadvantages.
|
|
We even document in detail, how to set up a cluster by simply starting
|
|
various ArangoDB processes on different machines, either directly
|
|
or using Docker containers.
|
|
|
|
- [Single instance](Single.md)
|
|
- [Cluster: DC/OS, Apache Mesos and Marathon](Mesos.md)
|
|
- [Cluster: Test setup on a local machine](Local.md)
|
|
- [Cluster: Starting processes on different machines](Distributed.md)
|
|
- [Cluster: Launching an ArangoDB cluster using Docker containers](Docker.md)
|
|
- [Agency](Agency.md)
|
|
|