Skip to content

Instantly share code, notes, and snippets.

@dscape
Created April 30, 2010 01:01
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 dscape/384549 to your computer and use it in GitHub Desktop.
Save dscape/384549 to your computer and use it in GitHub Desktop.
Using MarkLogic WebDAV Server in Ubuntu
## pre-requisite: working webdav server on port 9567
sudo apt-get install davfs2
sudo mkdir /media/mls-twitter
sudo mount -t davfs http://localhost:9567 /media/mls-twitter
@marklogic
Copy link

yay!

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