mirror of https://gitee.com/bigwinds/arangodb
21 lines
1011 B
Markdown
21 lines
1011 B
Markdown
---
|
|
layout: default
|
|
description: Unlike other setups, like the Active Failover, Cluster, or Multiple Datacenters,which require some specific procedure to be started once the ArangoDB package hasbeen installed, deploying a single-instance is straightforward
|
|
---
|
|
Single Instance Deployment
|
|
==========================
|
|
|
|
Unlike other setups, like the _Active Failover_, _Cluster_, or _Multiple Datacenters_,
|
|
which require some specific procedure to be started once the ArangoDB package has
|
|
been installed, deploying a single-instance is straightforward.
|
|
|
|
Depending on your operating system, after the installation the ArangoDB Server
|
|
might be already up and running. _Start_, _stop_ and _restart_ operations can be
|
|
handled directly using your _System and Service Manager_.
|
|
|
|
The following are two additional ways that can be used to start the stand-alone
|
|
instance:
|
|
|
|
1. Using the [_ArangoDB Starter_](deployment-single-instance-using-the-starter.html), or
|
|
2. [manually](deployment-single-instance-manual-start.html).
|