diff --git a/Install-Tracks-on-Ubuntu-20.10.md b/Install-Tracks-on-Ubuntu-20.10.md index 41a097e..3d9ebe5 100644 --- a/Install-Tracks-on-Ubuntu-20.10.md +++ b/Install-Tracks-on-Ubuntu-20.10.md @@ -8,10 +8,9 @@

I wrote the solutions for the problems I found during my installation but don't worry you will new ones...

For this guide I assume

-

- you have a fresh Ubuntu 20.10 installation.

- -

- Tracks will be served by Phusion Passenger through Apache in a subdir of its own.

-

- MySQL will be used for the database.

+

- you have a fresh Ubuntu 20.10 installation.

+

- Tracks will be served by Phusion Passenger through Apache in a subdir of its own.

+

- MySQL will be used for the database.


@@ -36,19 +35,8 @@ >systemctl enable mysql
>systemctl start mysql.service

------------

-

To enable or disable the automatic start of MySQL service when you boot your machine use

-
-

>systemctl enable mysql

-

>systemctl disable mysql

-
-

-
-

-

To start or stop manually the MySQL service use

-
-

>systemctl start mysql.service

-

>systemctl stop mysql.service

-
+[[MySQL tips]] +

------------

Install Ruby