1
0
Fork 0
arangodb/Documentation/Books/Manual/Deployment/SingleInstance
Simran f7b9733a84 Doc - Fix build (whitespaces, triple-backticks, comments) (#7857) 2018-12-26 21:41:19 +01:00
..
ManualStart.md Doc - Fix build (whitespaces, triple-backticks, comments) (#7857) 2018-12-26 21:41:19 +01:00
README.md Doc - cleanups (#7685) 2018-12-06 14:25:31 +01:00
UsingTheStarter.md Doc - sync external repositories (#7616) 2018-12-05 18:49:11 +01:00

README.md

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, or
  2. manually.