1
0
Fork 0
arangodb/Documentation/Books/Manual/Deployment/README.md

21 lines
818 B
Markdown

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: Generic & Docker](ArangoDBStarter.md)
- [Multiple Datacenters](DC2DC.md)
- [Advanced Topics](Advanced.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)