1
0
Fork 0
arangodb/Documentation/Books/Manual/Deployment
Manuel B c6cea658b4 fix to much %20 2016-06-29 01:10:24 +02:00
..
Distributed.mdpp Finalise new cluster deployment documentation. 2016-06-27 13:41:53 +02:00
Docker.mdpp Overhaul the deployment chapter w.r.t. cluster. 2016-06-27 11:41:26 +02:00
Local.mdpp fix to much %20 2016-06-29 01:10:24 +02:00
Mesos.mdpp Overhaul the deployment chapter w.r.t. cluster. 2016-06-27 11:41:26 +02:00
README.mdpp Overhaul the deployment chapter w.r.t. cluster. 2016-06-27 11:41:26 +02:00
Single.mdpp Overhaul the deployment chapter w.r.t. cluster. 2016-06-27 11:41:26 +02:00
simple_cluster.ditaa Add ditaa generated graphs 2016-06-24 13:42:24 +02:00

README.mdpp

!CHAPTER 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)