mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-20 14:14:09 +01:00
Updated Install Tracks on Ubuntu 20.10 (markdown)
parent
fbd19b1b3d
commit
790fb4ff5a
1 changed files with 5 additions and 17 deletions
|
|
@ -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 @@
|
|||
>systemctl enable mysql<br/>
|
||||
>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>>systemctl enable mysql</p>
|
||||
<p>>systemctl disable mysql</p>
|
||||
</blockquote>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>To start or stop manually the MySQL service use</p>
|
||||
<blockquote>
|
||||
<p>>systemctl start mysql.service</p>
|
||||
<p>>systemctl stop mysql.service</p>
|
||||
</blockquote>
|
||||
[[MySQL tips]]
|
||||
|
||||
<p>------------</p>
|
||||
<h3>Install Ruby</h3>
|
||||
<br/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue