Skip to content

Instantly share code, notes, and snippets.

@bryanhuntesl
Created October 24, 2017 19:55
Show Gist options
  • Save bryanhuntesl/b350d0a262cbdd067a81ca06a8c7a6e3 to your computer and use it in GitHub Desktop.
Save bryanhuntesl/b350d0a262cbdd067a81ca06a8c7a6e3 to your computer and use it in GitHub Desktop.

❯ brew install ArangoDB Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebrew from cd61430b to 8be34a98. Updated 1 tap (homebrew/core). ==> New Formulae massren ==> Updated Formulae sdl2_image swiftgen

==> Downloading https://homebrew.bintray.com/bottles/arangodb-3.2.5.sierra.bottle.tar.gz ==> Downloading from https://akamai.bintray.com/97/9727f11862a1e3403ab35aff3aa1e59b8c077f0f1879a255c6136c71679001c6?__gda__=exp=1508873668~hmac=1cc6dea5e9786b ######################################################################## 100.0% ==> Pouring arangodb-3.2.5.sierra.bottle.tar.gz ==> Caveats An empty password has been set. Please change it by executing /usr/local/opt/arangodb/sbin/arango-secure-installation

To have launchd start arangodb now and restart at login: brew services start arangodb Or, if you don't want/need a background service you can just run: /usr/local/opt/arangodb/sbin/arangod

WARNING: brew services will fail when run under tmux. ==> Summary 🍺 /usr/local/Cellar/arangodb/3.2.5: 4,809 files, 122.6MB

~ 38s ❯

~ ❯ /usr/local/opt/arangodb/sbin/arango-secure-installation Please enter password for root user: Repeat password: 2017-10-24T19:25:01Z [31635] INFO {syscall} file-descriptors (nofiles) hard limit is unlimited, soft limit is 8192 2017-10-24T19:25:01Z [31635] FATAL database is locked by process 31618; please stop it first and check that the lockfile '/usr/local/var/lib/arangodb3/LOCK' goes away. If you are sure no other arangod process is running, please remove the lockfile '/usr/local/var/lib/arangodb3/LOCK' and try again

~ 51s ❯ /usr/local/opt/arangodb/sbin/arango-secure-installation Please enter password for root user: Repeat password: 2017-10-24T19:25:13Z [31820] INFO {syscall} file-descriptors (nofiles) hard limit is unlimited, soft limit is 8192

~ ❯

(venv) nenavishu:~ bryanhunt$ fc -l 492 caffeinate -d 493 vim ~/.emacs 494 brew install you-get 495 cd ~/Downloads/ 496 you-get http://www.dailymotion.com/video/x1rl2qd 497 open Two\ Mules\ for\ Sister\ Sara\ 1970\ full\ movie.mp4 498 brew services start arangodb 499 brew services stop arangodb 500 brew services start arangodb 501 ps awux | grep arango 502 netstat 503 netstat | grep -i listen 504 sudo netstat -na | grep -i listen 505 . /common/venv/bin/activate 506 pip search arango 507 pip install pyarango

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment