Skip to content

Instantly share code, notes, and snippets.

@jmakeig
Created June 26, 2014 06:54
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 jmakeig/f51708ec2c89386abccd to your computer and use it in GitHub Desktop.
Save jmakeig/f51708ec2c89386abccd to your computer and use it in GitHub Desktop.
One-liner to restore an OS X MarkLogic instance it its uninitialized state.
~/Library/StartupItems/MarkLogic/MarkLogic stop; rm -rf ~/Library/Application\ Support/MarkLogic/Data; ~/Library/StartupItems/MarkLogic/MarkLogic start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment