1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Jan Steemann 2013-09-30 13:44:48 +02:00
commit a94a47cb9c
1 changed files with 15 additions and 1 deletions

View File

@ -74,7 +74,7 @@ You can find the Mac OS X packages here:
Homebrew {#InstallingMacOSXHomebrew}
------------------------------------
If you are using @EXTREF{http://mxcl.github.com/homebrew/,homebrew},
If you are using @S_EXTREF{http://mxcl.github.com/homebrew/,homebrew},
then you can install the ArangoDB using `brew` as follows:
brew install arangodb
@ -93,6 +93,20 @@ If you want to install the latest version use:
brew install --HEAD arangodb
You can unstall ArangoDB using
brew uninstall arangodb
However, in case you started ArangoDB using the launchctl, then you
need to unload it before uninstalling the server.
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.arangodb.plist
Then remove the LaunchAgent
rm ~/Library/LaunchAgents/homebrew.mxcl.arangodb.plist
Apples App Store {#InstallingMacOSXAppStore}
--------------------------------------------