Created
April 30, 2020 11:20
-
-
Save oriondream/e406ac26e40e4f4e88c044d4be942999 to your computer and use it in GitHub Desktop.
Setup a potree server in 5 minutes with Docker
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
| 1. docker pull nginx | |
| 2. docker run --net=host --name potree-nginx-dev -v <full_path_to_the_parent_of_potree_converted>:/usr/share/nginx/html:ro -d nginx | |
| 3. Open http://localhost/potree_converted in your browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment