Updated Install Tracks on Ubuntu 20.10 (markdown)

ghost-from-the-past 2021-04-14 12:56:27 +02:00
parent fbd19b1b3d
commit 790fb4ff5a

@ -8,10 +8,9 @@
</p>
<p>I wrote the solutions for the problems I found during my installation but don't worry you will new ones...</p>
<p>For this guide I assume</p>
<p>- you have a fresh Ubuntu 20.10 installation.</p>
<p>- Tracks will be served by Phusion Passenger through Apache in a subdir of its own.</p>
<p>- MySQL will be used for the database.</p>
<p> - you have a fresh Ubuntu 20.10 installation.</p>
<p> - Tracks will be served by Phusion Passenger through Apache in a subdir of its own.</p>
<p> - MySQL will be used for the database.</p>
<p>
<br/>
</p>
@ -36,19 +35,8 @@
&gt;systemctl enable mysql<br/>
&gt;systemctl start mysql.service</blockquote>
<p>------------</p>
<p>To enable or disable the automatic start of MySQL service when you boot your machine use</p>
<blockquote>
<p>&gt;systemctl enable mysql</p>
<p>&gt;systemctl disable mysql</p>
</blockquote>
<p>
<br/>
</p>
<p>To start or stop manually the MySQL service use</p>
<blockquote>
<p>&gt;systemctl start mysql.service</p>
<p>&gt;systemctl stop mysql.service</p>
</blockquote>
[[MySQL tips]]
<p>------------</p>
<h3>Install Ruby</h3>
<br/>