Skip to content

Instantly share code, notes, and snippets.

@jbspeakr
Created July 22, 2013 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbspeakr/6056165 to your computer and use it in GitHub Desktop.
Save jbspeakr/6056165 to your computer and use it in GitHub Desktop.
Setup ArangoDB on Uberspace
# Log in and execute
wget -O - https://www.arangodb.org/repositories/1.3.2/Uberspace/uberspace-arangodb.sh | sh
# Copy sh-Scripts to ~/bin
cp arangod.sh ~/bin
cp arangosh.sh ~/bin
# Setup daemontools
test -d ~/service || uberspace-setup-svscan
# Add arangod to daemontools
uberspace-setup-service arangodb ~/bin/arangod.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment