各种笔记
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

34 líneas
1.3 KiB

hace 4 años
  1. Updating / installing...
  2. 1:arangodb3e-3.5.3-1.0 ################################# [100%]
  3. ArangoDB 3 (https://www.arangodb.com)
  4. The multi-model NoSQL database: distributed free and open-source database
  5. with a flexible data model for documents, graphs, and key-values. Build
  6. high performance applications using a convenient SQL-like query language
  7. or JavaScript extensions.
  8. First Steps with ArangoDB:
  9. https://docs.arangodb.com/latest/Manual/GettingStarted/
  10. Configuring the storage Engine:
  11. https://docs.arangodb.com/latest/Manual/Administration/Configuration/GeneralArangod.html#storage-engine
  12. Configuration file:
  13. /etc/arangodb3/arangod.conf
  14. Start ArangoDB shell client:
  15. > /usr/bin/arangosh
  16. Start ArangoDB service:
  17. > systemctl start arangodb3.service
  18. Enable ArangoDB service:
  19. > systemctl enable arangodb3.service
  20. SECURITY HINT:
  21. run 'arango-secure-installation' to set a root password
  22. the current password is '7c8329a66d35a624bcfedfae0c944938'
  23. (You should do this for a FRESH install! For an UPGRADE the password does not need to be changed)
  24. 2019-12-13T15:41:20Z [1134] INFO [a1c60] {syscall} file-descriptors (nofiles) hard limit is 65535, soft limit is 65535
  25. 2019-12-13T15:41:21Z [1134] INFO [7da27] {startup} server will now shut down due to upgrade, database initialization or admin restoration.