mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:arangodb/arangodb into devel
This commit is contained in:
commit
44ef7e9627
|
@ -10,8 +10,10 @@ 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)
|
||||
- [Cluster: Generic & Docker](ArangoDBStarter.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)
|
||||
|
||||
|
|
|
@ -123,10 +123,12 @@
|
|||
* [Deployment](Deployment/README.md)
|
||||
* [Single instance](Deployment/Single.md)
|
||||
* [Cluster: Mesos, DC/OS](Deployment/Mesos.md)
|
||||
* [Cluster: Local test](Deployment/Local.md)
|
||||
* [Cluster: Processes](Deployment/Distributed.md)
|
||||
* [Cluster: Docker](Deployment/Docker.md)
|
||||
* [Agency](Deployment/Agency.md)
|
||||
* [Cluster: Generic & Docker](Deployment/ArangoDBStarter.md)
|
||||
* [Advanced Topics](Deployment/Advanced.md)
|
||||
* [Standalone Agency](Deployment/Agency.md)
|
||||
* [Cluster: Local test setups](Deployment/Local.md)
|
||||
* [Cluster: Processes](Deployment/Distributed.md)
|
||||
* [Cluster: Docker](Deployment/Docker.md)
|
||||
#
|
||||
* [Administration](Administration/README.md)
|
||||
* [Web Interface](Administration/WebInterface/README.md)
|
||||
|
|
Loading…
Reference in New Issue