mirror of https://gitee.com/bigwinds/arangodb
20 lines
787 B
Markdown
20 lines
787 B
Markdown
Single Instance
|
|
===============
|
|
|
|
Running a single instance of ArangoDB is the most simple way to get started.
|
|
It means to run the ArangoDB Server binary `arangod` stand-alone, without
|
|
replication, without failover opportunity and not as cluster together with
|
|
other nodes.
|
|
|
|
You may run multiple processes of `arangod` side-by-side on the same machine as
|
|
single instances, as long as they are configured for different ports and data
|
|
folders. The official installers may not support multiple installations
|
|
side-by-side, but you can get archive packages and unpack them manually.
|
|
|
|
The provided ArangoDB packages run as single instances out of the box.
|
|
|
|
See also:
|
|
|
|
- [Installation](../../../Installation/README.md)
|
|
- [Single Instance Deployment](../../../Deployment/SingleInstance/README.md)
|