How to install arangodb/arangodb. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
arangodb/arangodb Installation Guide
How to install arangodb/arangodb. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for arangodb/arangodb. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i arangodb/arangodbor
Install via npx
npx @hexmos/ipm i arangodb/arangodbPrerequisites
Python
languageVersion: >=3.6.0
Git
system_toolFor cloning the repository.
Docker
system_toolTo build and run ArangoDB in a containerized environment.
Node.js
languageVersion: >=14.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Container
docker run -e ARANGO_ROOT_PASSWORD=test123 -p 8529:8529 -d arangodb
http://127.0.0.1:8529/Post Installation Steps
- Start the ArangoDB server using the command: `arangod`.
- Access the ArangoDB web interface by navigating to `http://127.0.0.1:8529/`. You can use your browser to interact with the database.
