RackNerd Billboard Banner

How to install the ArangoDB multimodal database on Ubuntu Server 20.04

If you’re looking for a flexible and powerful database that can handle multiple modalities, this video show you how to install ArangoDB.



Commands:

echo ‘deb (https)://download.arangodb.com/arangodb34/DEBIAN/ /’ | sudo tee /etc/apt/sources.list.d/arangodb.list

sudo apt-get update

sudo apt install apt-transport-https -y

sudo apt -y install arangodb3

sudo systemctl start arangodb3
sudo systemctl enable arangodb3

arangosh

db._createDatabase(“testdb”);

var users = require(“@arangodb/users”);
users.save(“trtuser@localhost”, “PASSWORD”);
users.grantDatabase(“trtuser@localhost”, “testdb”);

db._databases()

arangosh –server.username “trtuser@localhost” –server.database trtestdb



Chapters:
0:00 Intro
0:23 How to install ArangoDB
2:28 How to access the ArangoDB shell
3:54 Outro


What you’ll learn
1. How to install ArangoDB
a. How to add the necessary GP key for the repository
b. How to add the repository
c. How to Update apt
d. How to Install a final dependency
e. How to set an ArangoDB admin password
f. How to backup the database before upgrading
g. How to Start and enable the ArangoDB service
2. How to access the ArangoDB shell
a. How to create your first database
b. How to Create a new user and give that user access to the newly created database
c. How to Verify your new database was created d. How to Exit out of the shell
















Song: Ikson – Home (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: https://youtu.be/Vrz_omDwiGA

#computereverywhere #howto #install #arangodb #multimodal #database #ubuntuserver

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

RackNerd Billboard Banner
Copy link