Falu
458ff4f976
stop: remove-orphans
...
remove orphans at stop
2017-04-23 20:05:53 +02:00
Piero Toffanin
2dafe09f39
Merge pull request #156 from pmumby/master
...
Add ability to run as a systemd service on linux servers easily.
2017-04-18 11:29:13 -04:00
pmumby
0bb733696b
Doh, a few more tweaks to readme.
2017-04-18 10:47:10 -04:00
pmumby
079c523caf
A few tweaks to readme for service.
2017-04-18 10:45:57 -04:00
pmumby
edc87187b3
Updated readme to include instructions for systemd service
2017-04-18 10:43:19 -04:00
pmumby
19aaa29458
Merge branch 'master' of https://github.com/pmumby/WebODM
2017-04-18 10:34:38 -04:00
pmumby
c097ed2b43
Added systemd unit file, to allow auto-start/stop of WebODM on systemd based Linux systems.
...
Pre-Requisites:
- Requires odm user
- Requires docker installed via system (ubuntu: apt-get install docker.io)
- Requires screen to be installed
- Requires odm user member of docker group
- Required WebODM directory checked out to /opt/WebODM
- Requires that /opt/WebODM is recursively owned by odm:odm
If all pre-reqs met, should be able to enable by doing:
systemctl enable /opt/WebODM/service/webodm.service
then reboot.
If you log in as odm user, service will run in a screen session called 'webodm'
So screen -r webodm will pull up console (CTRL+A, D) will close session
systemctl start webodm will start
systemctl status webodm will show process status
systemctl stop webodm will stop it.
It will be auto-started upon crash/error
2017-04-18 10:19:39 -04:00
OpenDroneMap
ebd3787ecf
Added systemd unit file, to allow auto-start/stop of WebODM on systemd based Linux systems.
...
Pre-Requisites:
- Requires odm user
- Requires docker installed via system (ubuntu: apt-get install docker.io)
- Requires screen to be installed
- Requires odm user member of docker group
- Required WebODM directory checked out to /opt/WebODM
- Requires that /opt/WebODM is recursively owned by odm:odm
If all pre-reqs met, should be able to enable by doing:
systemctl enable /opt/WebODM/service/webodm.service
then reboot.
If you log in as odm user, service will run in a screen session called 'webodm'
So screen -r webodm will pull up console (CTRL+A, D) will close session
systemctl start webodm will start
systemctl status webodm will show process status
systemctl stop webodm will stop it.
It will be auto-started upon crash/error
2017-04-18 10:05:37 -04:00
Piero Toffanin
25f6612026
Merge pull request #149 from pierotofy/history
...
State History
2017-04-15 14:50:28 -04:00
Piero Toffanin
a4426f512b
Changed label for task options
2017-04-14 12:55:20 -04:00
Piero Toffanin
429ad8d1ac
Force cancel tasks that cannot be canceled because a processing node went offline
2017-04-14 12:38:27 -04:00
Piero Toffanin
0b83c8ff4c
Added stateful URL parameters for opening project tasks's and individual task details
2017-04-13 17:03:42 -04:00
Piero Toffanin
23af449853
State history for pagination working
2017-04-12 11:52:40 -04:00
Piero Toffanin
ac5e54b56b
Merge pull request #143 from pierotofy/domainvalues
...
Added support for enum types on task options
2017-04-12 09:00:31 -04:00
Piero Toffanin
ba996d799a
Added support for enum types on task options
2017-04-11 16:09:00 -04:00
Piero Toffanin
acb7ad6266
Merge pull request #142 from pierotofy/jwtquery
...
Added JWT token passing via querystring
2017-04-10 17:21:32 -04:00
Piero Toffanin
3c74bf8bba
Added JWT token passing via querystring
2017-04-10 17:19:04 -04:00
Piero Toffanin
822e4da813
Update README.md
...
Added troubleshooting step to readme
2017-04-08 18:35:50 -04:00
Piero Toffanin
5557eb0c55
Update README.md
...
Added troubleshooting step
2017-04-04 15:37:40 -04:00
Piero Toffanin
c403ea7023
Added missing lib files for slate
2017-03-31 17:25:42 -04:00
Piero Toffanin
a2606bbce5
Removed line from developer docs
2017-03-31 17:14:34 -04:00
Piero Toffanin
60d1bda159
Merge pull request #133 from pierotofy/memorywarning
...
Added friendly message for tasks that fail due to Killed or MemoryError
2017-03-29 08:44:02 -04:00
Piero Toffanin
dda24cbf5f
Update README.md
...
Changed node-odm repo link, added item in roadmap
2017-03-28 21:05:58 -04:00
Piero Toffanin
ea796cb62c
Added friendly message for task's that fail due to Killed or MemoryError
2017-03-27 15:14:46 -04:00
Piero Toffanin
32de67f6c4
Update README.md
2017-03-24 08:27:23 -04:00
Piero Toffanin
89ca238f09
Merge pull request #128 from pierotofy/potree
...
Upgraded Potree to 1.5RC
2017-03-23 14:42:38 -04:00
Piero Toffanin
f8359c6f9f
Strengthened unit test
2017-03-23 14:31:16 -04:00
Piero Toffanin
684ee9b86a
Implemented @dakotabenjamin suggestions
2017-03-23 14:20:03 -04:00
Piero Toffanin
33aa1ac699
Updated screenshot of pointcloud
2017-03-23 11:05:47 -04:00
Piero Toffanin
cd6ab72c87
Removed unused component from packages.json
2017-03-23 09:47:24 -04:00
Piero Toffanin
976dece8bb
Increase sleep in travis build
2017-03-23 09:43:53 -04:00
Piero Toffanin
a2f146b725
Textured model display, cleanup, error handling, miscellaneous cleanup
2017-03-23 09:30:53 -04:00
Piero Toffanin
b2e0a9b1b2
Potree UI fixes, threejs update, CSS fixes, jquery ui integration, standby update, still need to get the textured model to display properly
2017-03-22 17:40:02 -04:00
Piero Toffanin
9afdc3bd3d
Merge pull request #125 from pierotofy/cors
...
Added CORS module to Django
2017-03-21 16:46:33 -04:00
Piero Toffanin
8fe49d16fa
Added CORS module to Django
2017-03-21 16:45:14 -04:00
Piero Toffanin
37a0176e2a
Started updating potree version
2017-03-20 19:43:59 -04:00
Piero Toffanin
cc979283d7
Merge pull request #123 from pierotofy/unrefcolorlas
...
Removed elevation default from unreferenced model view (replaced with…
2017-03-19 12:59:09 -04:00
Piero Toffanin
2652062043
Removed elevation default from unreferenced model view (replaced with RGB)
2017-03-19 12:42:35 -04:00
Piero Toffanin
332fb94991
Docs typo, small addition
2017-03-16 10:16:09 -04:00
Piero Toffanin
49ebd60a3f
Merge pull request #118 from pierotofy/partial
...
Test task processing without orthophoto results, addition of availabl…
2017-03-16 10:07:18 -04:00
Piero Toffanin
bd87c931f5
Merge remote-tracking branch 'odm/master' into partial
2017-03-16 09:46:54 -04:00
Piero Toffanin
3d2ba84c71
Merge pull request #120 from pierotofy/devenv
...
Devenv
2017-03-16 09:36:31 -04:00
Piero Toffanin
1edd5f470b
Added proposed changes by @mojodna
2017-03-16 09:35:41 -04:00
Piero Toffanin
1c6a2810b1
Devenv.sh tweaks, unit test command, docs
2017-03-15 13:55:05 -04:00
Piero Toffanin
60d656ce2e
Added devenv.sh script, modified start.sh for setting up a development environment
2017-03-15 12:25:02 -04:00
Piero Toffanin
5a7022ca0c
Added ability to display unreferenced point cloud / model in 3d model display
2017-03-15 10:58:06 -04:00
Piero Toffanin
ac6c86eb7d
Typo
2017-03-14 16:56:48 -04:00
Piero Toffanin
aba5604b9f
Modified logic to ignore 3d model display for tasks that do not have georeferencing assets
2017-03-14 16:50:45 -04:00
Piero Toffanin
8f2fdd440a
Strengthened test
2017-03-14 15:33:37 -04:00
Piero Toffanin
31aa27299b
Docs typo
2017-03-14 15:22:41 -04:00