Created
July 22, 2013 18:15
-
-
Save jbspeakr/6056165 to your computer and use it in GitHub Desktop.
Setup ArangoDB on Uberspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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