1.1 ดาวน์โหลดโปรแกรมได้ที่ Git
2.1 ท่านสามารถดาวน์โหลดโปรแกรม docker ได้ที่ Docker
2.6 หลังจากที่ restart เครื่องแล้ว docker จะมีการแจ้งเตือนว่ายังติดตั้ง WSL2 ไม่สมบูรณ์ ให้คลิกที่เว็บ https://aka.ms/wsl2kernel
2.7 ให้ทำการเปิด PowerShell แบบ Administrator เพื่อ Enable the Windows Subsystem for Linux ด้วยคำสั่งด้านล่าง:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
2.9 ดับเบิลคลิกที่ไฟล์ wsl_update_x64.msi เพื่ออัพเดท WSL2 Linux kernel update package for x64 machines หรือ ดาวน์โหลดได้ที่
3.1 วิธีสลับไปใช้ Hyper-V สามารถทำได้โดย ติกเครืองหมายถูกออกในช่อง Use the WSL 2 based engine จากนั้นกดที่ Apply and Restart
3.5 แต่ถ้าเราอยากจะกลับไปใช้แบบ WSL 2 ก็ให้ติกถูกที่ช่อง Use the WSL 2 based engine กลับคืน จากนั้นกดที่ Apply and Restart
git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input --depth 1
cd WebODM
./webodm.sh start
4.5 จากนั้นใน docker เราจะเห็นว่ามีไฟล์ Images และ Containers/Apps ที่เป็นของ webodm แสดงขึ้นมาดังภาพ
Docker Toolbox users need to find the IP of their docker machine by running this command from the Docker Quickstart Terminal:
docker-machine ip
192.168.1.100 (your output will be different)
The address to connect to would then be: http://192.168.1.100:8000
.
To stop WebODM press CTRL+C or run:
./webodm.sh stop
To update WebODM to the latest version use:
./webodm.sh update
We recommend that you read the Docker Documentation to familiarize with the application lifecycle, setup and teardown, or for more advanced uses. Look at the contents of the webodm.sh script to understand what commands are used to launch WebODM.
WebODM is licensed under the terms of the GNU Affero General Public License v3.0.