Updated Install Tracks on Ubuntu 20.10 (markdown)

ghost-from-the-past 2021-04-14 17:34:16 +02:00
parent 7126096cf8
commit 46f077c37f

@ -33,7 +33,7 @@
<h3>MySQL - change the default of default_authentication_plugin</h3>
<p>Follow the instruction at [[MySQL tips#mysql---change-the-default-of-default_authentication_plugin]] to change the default authentication used by MySQL. Because Tracks uses <i>mysql_native_password</i> strategy which is not anymore the default one.</p>
<h3>Install Ruby</h3>
<p>Tracks requires Ruby 2.5 or greater. Most of the testing is done with 2.6.</p>
<p>Tracks requires Ruby 2.5 or greater. At the time of this guide the installed version was 2.7.1</p>
<p>Install the following packages</p>
<blockquote>
&gt;apt install unzip<br/>