mirror of https://gitee.com/bigwinds/arangodb
16 lines
454 B
Markdown
16 lines
454 B
Markdown
Deployment
|
|
==========
|
|
|
|
Foxx services can be deployed in multiple ways:
|
|
|
|
- [Foxx CLI](../Programs/FoxxCLI/README.md), a command line tool which
|
|
requires Node.js
|
|
|
|
- [HTTP API](../../HTTP/Foxx/index.html) using HTTP requests,
|
|
e.g. with curl
|
|
|
|
- [web interface](../Programs/WebInterface/Services.md) under *SERVICES*
|
|
|
|
See [the Foxx cluster guide](Guides/Cluster.md#how-arangodb-distributes-services)
|
|
for how Foxx services are distributed to coordinators.
|