Last active
October 11, 2016 13:58
-
-
Save Ryanb58/59a1fa7b154e35556ad0cda8f3089920 to your computer and use it in GitHub Desktop.
Serve up folder via webdav or a webbrowser from local machine.
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
| # Setup folder to be browseable via webdav or a webbrowser. | |
| pip install cherrypy | |
| pip install wsgidav | |
| wsgidav --host=0.0.0.0 --port=8000 --root=/home/ryanb58/Documents |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment