1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/databases/arangodb33/pkg-message
Yuri Victorovich ca98d073c8 New port: databases/arangodb33: ArangoDB, branch for 3.3.X series, version 3.3.3
Forked from databases/arangodb32.
https://www.arangodb.com/

PR:		224998
Submitted by:	Vlad Galu <dev@dudu.ro>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13831
2018-02-07 21:01:44 +00:00

24 lines
822 B
Plaintext

======================================================================
You installed ArangoDB: a distributed NoSQL database.
To enable the service at startup, you should execute the command:
sysrc arangod_enable="YES"
To start it as a service, you should execute the command:
# service arangod start
ArangoDB starts with the empty root password.
To change the root password, run 'arangosh' as root, and execute:
require("@arangodb/users").update("root", "new-secretpassword", true);
ArangoDB has a web interface available at:
http://localhost:8529
The web interface allows you to add users, create databases, manipulate
data.
ArangoDB uses the AQL language to query and modify data, as opposed to
the SQL language used by relational databases.
======================================================================