Updated Install Tracks on Ubuntu 20.10 (markdown)

ghost-from-the-past 2021-04-14 13:19:00 +02:00
parent b35eb94d81
commit 43996b6f62

@ -33,12 +33,14 @@
&gt;apt install mysql-server<br/>
&gt;apt install mysql-client<br/>
<br/>
&gt;systemctl enable apache2.service<br/>
&gt;systemctl enable mysql<br/>
&gt;systemctl start mysql.service</blockquote>
<p>The last two lines set to automatically start MySQL when you boot and starts MySQL. For more information see [[MySQL tips]]</p>
<p>The last three lines set to automatically start Apache web server and MySQL database server when you boot and starts the MySQL (Apache is still off). For more information see [[Apache tips]] and [[MySQL tips]]</p>
<h3>Install Ruby</h3>
<br/>
<p>Tracks requires Ruby 2.5 or greater. Most of the testing is done with 2.6.</p>
<p>Just for informative purpose I noted down also the other dependent packages that are also automatically installed. This is handy to track problems due to </p>
<blockquote>
<p>&gt;apt install unzip</p>
<p>&gt;apt install zlib1g-dev</p>
@ -107,16 +109,12 @@
<br/>
</p>
<p># if you use MySQL database</p>
<p>&gt;<s>apt install libmysqld-dev</s>
</p>
<p>&gt;<s>apt install libdbd-mysql-ruby</s>
</p>
<p>&gt;apt install libmysqlclient-dev</p>
<p>
<br/>
</p>
<p>#if you use Maria database</p>
<p>&gt;apt install libmariadbd-dev # for de server, d:demon</p>
<p>&gt;apt install libmariadbd-dev # for de server, the last letter d means demon</p>
<p>&gt;apt install libmariadb-dev # for the client</p>
</blockquote>
<p>------------</p>