Wykres commitów

418 Commity (197a993d9ed8dd2d0ec32928aab837e5e5b16594)

Autor SHA1 Wiadomość Data
Piero Toffanin 197a993d9e Added gunicorn, nginx, modified code to build static assets, check debug settings, apscheduler sync 2017-05-19 16:15:26 -04:00
Piero Toffanin b67d3ec0a5 Update dashboard.html
Added GCP instructions
2017-05-15 17:25:58 -04:00
Piero Toffanin d351f1b15c Update ProjectListItem.jsx
Label change
2017-05-15 17:19:07 -04:00
Piero Toffanin bd843e5753 Merge pull request #170 from gkconsulting/master
Update Mobile UI and GCP list file acceptance
2017-05-15 17:14:55 -04:00
gkconsulting 9286c3d1e0 Merge branch 'master' into master 2017-05-15 22:27:57 +02:00
gkconsulting c642acee26 Updated ProjectListItem.jsx to accept GCP files
I have updated the accepted file type to include .txt files so that the
gcp_list.txt files can be accepted.
2017-05-15 21:54:47 +02:00
gkconsulting f3403278b5 Revert "Updated ProjectListItem.jsx for GCP files"
This reverts commit 7fd43ba11c.
2017-05-15 21:47:56 +02:00
Piero Toffanin 76c49d09bf Cleanup 2017-05-14 17:04:36 -04:00
Piero Toffanin b3e22aa999 Implemented mobile UI changes from @gkconsulting 2017-05-14 17:02:26 -04:00
Piero Toffanin 8357ecdade Added link to script for Ubuntu 16.04 users 2017-05-07 16:27:50 -04:00
Piero Toffanin 83e176e700 Update webodm.sh
Added cleanup of dangling images on rebuild
2017-05-06 14:06:51 -04:00
gkconsulting ed8b89ecea Update main.scss
Updated the SCSS file so that the user interface is mobile friendly so that buttons are accessible. More work needs to be done on this.
2017-05-06 16:08:18 +02:00
gkconsulting bf134f782c Updating ProjectListItem.jsx
Updated the label to include "and GCP List"
2017-05-06 14:29:58 +02:00
gkconsulting 7fd43ba11c Updated ProjectListItem.jsx for GCP files
I have updated the accepted file types to include the gcp_list.txt files so that gcp_list.txt files can be accepted. I have purposely not add all .txt files so that only the correct file name is accepted, else this will fail when it runs.
2017-05-06 14:15:18 +02:00
Piero Toffanin 0a42da81b2 Friendlier error message for process exited with status code 1 2017-05-01 20:07:48 -04:00
Piero Toffanin 324d84ce22 Added max-height for bootstrap modals 2017-05-01 17:55:33 -04:00
Piero Toffanin b05da61ac3 Merge branch 'master' of https://github.com/OpenDroneMap/WebODM 2017-05-01 10:27:35 -04:00
Piero Toffanin 0852d4b1ba Changed available assets for non-georeferenced results 2017-05-01 10:27:22 -04:00
Piero Toffanin 62cbd962ad Update README.md
Added TOC
2017-04-30 16:14:41 -04:00
Piero Toffanin eaee90bf33 Update README.md
Reworded sentence, added end user case
2017-04-30 16:05:14 -04:00
Piero Toffanin 2beb078ef5 Update README.md
Added WebODM diagram
2017-04-30 16:02:16 -04:00
Piero Toffanin 52dbcaad05 Update README.md
Expanded pgadmin instructions
2017-04-30 14:05:17 -04:00
Piero Toffanin d7af8bd152 Merge pull request #164 from pierotofy/master
Added LAS file naming migration code, updated las file path
2017-04-29 08:26:35 -04:00
Piero Toffanin 5a1de21fe8 Update README.md
Added link for windows instructions on allocating more docker memory
2017-04-28 09:34:28 -04:00
Piero Toffanin 0bb21db4c8 Added LAS file naming migration code, updated las file path 2017-04-27 18:37:21 -04:00
Piero Toffanin 9605f34ce3 Merge pull request #161 from falu/patch-1
stop: remove-orphans
2017-04-24 08:53:24 -04:00
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