

The above command will install ArangoDB from official ArangoDB repos. You can install the latest stable release of ArangoDB version 3 with following command. For Ubuntu 16.04 LTS : echo 'deb /' | sudo tee /etc/apt//arangodb.list & sudo apt-get update For Ubuntu 14.04 LTS : echo 'deb /' | sudo tee /etc/apt//arangodb.list & sudo apt-get update Step 3 : Install the ArangoDB packages

After adding the repository details, you will need to update the packages list. Next, you need to add the ArangoDB repository details so apt will know where to download the packages from. password for 2 : Create a list file for ArangoDB & Update The Source List The sample output should be like wget & sudo apt-key add - ] 1,003 -.-K/s in 0s Step 1 : First add the repository key to apt : For Ubuntu 16.04 LTS : wget & sudo apt-key add - < Release.key For Ubuntu 14.04 LTS : wget & sudo apt-key add - < Release.key because the second method uses shell script that will do all these installation steps automatically, for you. but method 2 is more easy way to do this. In this method you have to execute commands shown below one by one(manually) to install ArangoDB.
ARANGODB UBUTNU INSTALLATION AND CONFIGURATION HOW TO
How To Install & Use ArangoDB 3 On Ubuntu 14.04 and 16.04 LTSĪrangoDB is a NoSQL, multi-model, open-source database with flexible data models for documents, graphs, and key-values.
