Created
April 30, 2010 01:01
-
-
Save dscape/384549 to your computer and use it in GitHub Desktop.
Using MarkLogic WebDAV Server in Ubuntu
This file contains 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
## 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yay!