Update Ubuntu version reference

pull/70/head
Piero Toffanin 2020-09-14 12:10:15 -04:00
rodzic b1d59f5569
commit 665c63c86e
8 zmienionych plików z 18 dodań i 18 usunięć

Wyświetl plik

@ -47,7 +47,7 @@ ODM, NodeODM and WebODM are available on all major platforms (Windows, macOS and
Without docker it would not be possible to run ODM on Windows or macOS. On these platforms ODM cannot run natively. Future development efforts are being focused on leveraging the new Windows Subsystem for Linux (WSL) and the possibility to make a native port of all dependencies to macOS, which is going to make the installation much easier.
On Ubuntu Linux 16.04 its feasible to run all OpenDroneMap software natively. However, because theres very little performance penalty for running docker on Linux and docker is straightforward to setup on this platform, we dont recommend it. On Linux the advantages of containerization far outweigh a tiny performance penalty. With docker users also get easy one-step updates of the software, so thats nice.
On Ubuntu Linux 18.04 its feasible to run all OpenDroneMap software natively. However, because theres very little performance penalty for running docker on Linux and docker is straightforward to setup on this platform, we dont recommend it. On Linux the advantages of containerization far outweigh a tiny performance penalty. With docker users also get easy one-step updates of the software, so thats nice.
Hardware Recommendations

Wyświetl plik

@ -148,14 +148,14 @@ msgstr ""
# 73af16f53c6b4b658517706a33eabf7f
#: ../../../installation.rst:50
msgid ""
"On Ubuntu Linux 16.04 its feasible to run all OpenDroneMap software "
"On Ubuntu Linux 18.04 its feasible to run all OpenDroneMap software "
"natively. However, because theres very little performance penalty for "
"running docker on Linux and docker is straightforward to setup on this "
"platform, we dont recommend it. On Linux the advantages of containerization"
" far outweigh a tiny performance penalty. With docker users also get easy "
"one-step updates of the software, so thats nice."
msgstr ""
"في Ubuntu Linux 16.04 ، من الممكن تشغيل جميع برامج OpenDroneMap أصلاً. ومع "
"في Ubuntu Linux 18.04 ، من الممكن تشغيل جميع برامج OpenDroneMap أصلاً. ومع "
"ذلك ، نظرًا لوجود القليل جدًا من عقوبة الأداء لتشغيل عامل الميناء على Linux "
"ووصلة عامل الميناء مباشرة على الإعداد على هذا النظام الأساسي ، فإننا لا نوصي"
" بذلك. في لينكس ، تفوق مزايا الحاويات بشكل كبير عقوبة الأداء الصغيرة. مع "

Wyświetl plik

@ -590,8 +590,8 @@ msgstr ""
# 548dc42ce8ee453f9a7d4b501e7f3522
#: ../../../tutorials.rst:237
msgid "Should be an Ubuntu 16.04 instance to ensure dependency compatibility"
msgstr "يجب أن يكون نسخة Ubuntu 16.04 لضمان توافق التبعية"
msgid "Should be an Ubuntu 18.04 instance to ensure dependency compatibility"
msgstr "يجب أن يكون نسخة Ubuntu 18.04 لضمان توافق التبعية"
# 7f25f7675fe04c2d8a4e7f52011f99e1
#: ../../../tutorials.rst:239
@ -607,7 +607,7 @@ msgid ""
"it will offer you the option to upgrade to Ubuntu 18.04, a more recent "
"version. Dont. ODM native install doesnt work smoothly on 18.04. Go ahead "
"and execute ``sudo apt update`` and ``sudo apt upgrade`` to ensure your "
"server isnt dangerously without updates, but stay with Ubuntu 16.04."
"server isnt dangerously without updates, but stay with Ubuntu 18.04."
msgstr ""
"قم بإنشاء مستخدم بامتيازات sudo. \"وثائق Digital Ocean الجيدة بجنون "
"<https://www.digitalocean.com/community/tutorials/initial-server-setup-with-"
@ -619,7 +619,7 @@ msgstr ""
" المستند. -عند تسجيل الدخول إلى الخادم ، سيقدم لك خيار الترقية إلى Ubuntu "
"18.04 ، وهو إصدار أحدث. لا تفعل. التثبيت الأصلي لـ ODM لا يعمل بسلاسة في "
"18.04. انطلق وقم بتنفيذ `` تحديث sudo apt '' و `` sudo apt Upgrade '' للتأكد"
" من أن خادمك ليس بدون تحديثات بشكل خطير ، ولكن ابق مع Ubuntu 16.04."
" من أن خادمك ليس بدون تحديثات بشكل خطير ، ولكن ابق مع Ubuntu 18.04."
# 8893bbe316534e44935a919da6029759
#: ../../../tutorials.rst:254

Wyświetl plik

@ -73,7 +73,7 @@ msgstr ""
#: ../../../installation.rst:50
# 73af16f53c6b4b658517706a33eabf7f
msgid "On Ubuntu Linux 16.04 its feasible to run all OpenDroneMap software natively. However, because theres very little performance penalty for running docker on Linux and docker is straightforward to setup on this platform, we dont recommend it. On Linux the advantages of containerization far outweigh a tiny performance penalty. With docker users also get easy one-step updates of the software, so thats nice."
msgid "On Ubuntu Linux 18.04 its feasible to run all OpenDroneMap software natively. However, because theres very little performance penalty for running docker on Linux and docker is straightforward to setup on this platform, we dont recommend it. On Linux the advantages of containerization far outweigh a tiny performance penalty. With docker users also get easy one-step updates of the software, so thats nice."
msgstr ""
#: ../../../installation.rst:54

Wyświetl plik

@ -313,12 +313,12 @@ msgstr ""
#: ../../../tutorials.rst:237
# 548dc42ce8ee453f9a7d4b501e7f3522
msgid "Should be an Ubuntu 16.04 instance to ensure dependency compatibility"
msgid "Should be an Ubuntu 18.04 instance to ensure dependency compatibility"
msgstr ""
#: ../../../tutorials.rst:239
# 7f25f7675fe04c2d8a4e7f52011f99e1
msgid "Create a user with sudo privileges. `Digital Oceans insanely good documentation <https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04>`__ can help you figure this out. In our case we set up a user called ``odm``, so connecting to it is via the command ``ssh odm@xxx.xxx.xxx.xxx`` (where the xs stand for the IPv4 address of your server). If you want to follow this example closely, *do* use the username ``odm``; then your install path will be ``/home/odm/ODM/`` and will match all of the examples in this document. -When you log into the server, it will offer you the option to upgrade to Ubuntu 18.04, a more recent version. Dont. ODM native install doesnt work smoothly on 18.04. Go ahead and execute ``sudo apt update`` and ``sudo apt upgrade`` to ensure your server isnt dangerously without updates, but stay with Ubuntu 16.04."
msgid "Create a user with sudo privileges. `Digital Oceans insanely good documentation <https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04>`__ can help you figure this out. In our case we set up a user called ``odm``, so connecting to it is via the command ``ssh odm@xxx.xxx.xxx.xxx`` (where the xs stand for the IPv4 address of your server). If you want to follow this example closely, *do* use the username ``odm``; then your install path will be ``/home/odm/ODM/`` and will match all of the examples in this document. -When you log into the server, it will offer you the option to upgrade to Ubuntu 18.04, a more recent version. Dont. ODM native install doesnt work smoothly on 18.04. Go ahead and execute ``sudo apt update`` and ``sudo apt upgrade`` to ensure your server isnt dangerously without updates, but stay with Ubuntu 18.04."
msgstr ""
#: ../../../tutorials.rst:254

Wyświetl plik

@ -152,14 +152,14 @@ msgstr ""
# 73af16f53c6b4b658517706a33eabf7f
#: ../../../installation.rst:50
msgid ""
"On Ubuntu Linux 16.04 its feasible to run all OpenDroneMap software "
"On Ubuntu Linux 18.04 its feasible to run all OpenDroneMap software "
"natively. However, because theres very little performance penalty for "
"running docker on Linux and docker is straightforward to setup on this "
"platform, we dont recommend it. On Linux the advantages of containerization"
" far outweigh a tiny performance penalty. With docker users also get easy "
"one-step updates of the software, so thats nice."
msgstr ""
"Katika Ubuntu Linux 16.04 inawezekana kurun OpenDroneMap software zote "
"Katika Ubuntu Linux 18.04 inawezekana kurun OpenDroneMap software zote "
"wenyewe. Hata hivyo, kwa sababu kuna kuongezeka ufanisi kwa kufanya kazi "
"docker kwenye Linux na docker ina njia nyepesi ya kupangilia katika platform"
" hii, hatushauri hio. Katika Linux ya faida ya chombo kisichozidi uwezowe "

Wyświetl plik

@ -600,8 +600,8 @@ msgstr ""
# 548dc42ce8ee453f9a7d4b501e7f3522
#: ../../../tutorials.rst:237
msgid "Should be an Ubuntu 16.04 instance to ensure dependency compatibility"
msgstr "Lazima Ubuntu 16.04 instance kuhakikisha uwiano"
msgid "Should be an Ubuntu 18.04 instance to ensure dependency compatibility"
msgstr "Lazima Ubuntu 18.04 instance kuhakikisha uwiano"
# 7f25f7675fe04c2d8a4e7f52011f99e1
#: ../../../tutorials.rst:239
@ -617,7 +617,7 @@ msgid ""
"it will offer you the option to upgrade to Ubuntu 18.04, a more recent "
"version. Dont. ODM native install doesnt work smoothly on 18.04. Go ahead "
"and execute ``sudo apt update`` and ``sudo apt upgrade`` to ensure your "
"server isnt dangerously without updates, but stay with Ubuntu 16.04."
"server isnt dangerously without updates, but stay with Ubuntu 18.04."
msgstr ""
"Tengeneza mtumiaji kwa sudo privileges\" `Digital Oceans insanely good "
"documentation <https://www.digitalocean.com/community/tutorials/initial-"
@ -628,7 +628,7 @@ msgstr ""
"``odm``; kisha path yako itakuwa ``/home/odm/ODM/`` na itafanana na mifano "
"yote katika kitabu hichi, ukiingia server itakupa njia ya kuapgarade Ubuntu "
"18.04. Nenda kutumia ``sudo apt update`` na ``sudo apt upgrade`` kuhakikisha"
" server sio hatari wila kuapdate, lakini endelea kutumia Ubuntu 16.04."
" server sio hatari wila kuapdate, lakini endelea kutumia Ubuntu 18.04."
# 8893bbe316534e44935a919da6029759
#: ../../../tutorials.rst:254

Wyświetl plik

@ -234,7 +234,7 @@ Install
only $10/month (the cheapest droplet, at $5/month, comes with such a
small drive that you cant downsize back to it).
- Should be an Ubuntu 16.04 instance to ensure dependency
- Should be an Ubuntu 18.04 instance to ensure dependency
compatibility
- Create a user with sudo privileges. `Digital Oceans insanely good
documentation <https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04>`__
@ -249,7 +249,7 @@ Install
Dont. ODM native install doesnt work smoothly on 18.04. Go ahead
and execute ``sudo apt update`` and ``sudo apt upgrade`` to ensure
your server isnt dangerously without updates, but stay with
Ubuntu 16.04.
Ubuntu 18.04.
- Download and install ODM on it from the `ODM
Github <https://github.com/OpenDroneMap/ODM>`__ (regular, not WebODM)