Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload folder path change webodm webapp #247

Closed
boopathit98 opened this issue Jul 19, 2017 · 3 comments
Closed

upload folder path change webodm webapp #247

boopathit98 opened this issue Jul 19, 2017 · 3 comments
Labels

Comments

@boopathit98
Copy link

boopathit98 commented Jul 19, 2017

good afternoon sir,
sir i have doubt how to change save image folder and view map json assets url
i have local machine process image files
how to configuration to live server sir any possible sir
any one help me please sir please sir

@pierotofy
Copy link
Member

Hi,

I'm not sure I understand the question. Could you try explain it in different terms?

@boopathit98
Copy link
Author

good evening sir
i used WebODM script i will upload some image processing and how to find that images and tiles image and geotiff and obj files where it stored

@pierotofy
Copy link
Member

All results are stored in a docker volume. They are not available on the host file system. If you want to change the mapping, you need to change docker-compose.yml to a different path, example:

https://github.com/OpenDroneMap/WebODM/blob/master/docker-compose.yml#L21

From:

    volumes:
      - appmedia:/webodm/app/media

To:

    volumes:
      - /path/where/to/store/files:/webodm/app/media

Then restart WebODM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants