mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-18 21:28:08 +01:00
Updated Install Tracks on Ubuntu 20.10 (markdown)
parent
b35eb94d81
commit
43996b6f62
1 changed files with 4 additions and 6 deletions
|
|
@ -33,12 +33,14 @@
|
|||
>apt install mysql-server<br/>
|
||||
>apt install mysql-client<br/>
|
||||
<br/>
|
||||
>systemctl enable apache2.service<br/>
|
||||
>systemctl enable mysql<br/>
|
||||
>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>>apt install unzip</p>
|
||||
<p>>apt install zlib1g-dev</p>
|
||||
|
|
@ -107,16 +109,12 @@
|
|||
<br/>
|
||||
</p>
|
||||
<p># if you use MySQL database</p>
|
||||
<p>><s>apt install libmysqld-dev</s>
|
||||
</p>
|
||||
<p>><s>apt install libdbd-mysql-ruby</s>
|
||||
</p>
|
||||
<p>>apt install libmysqlclient-dev</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>#if you use Maria database</p>
|
||||
<p>>apt install libmariadbd-dev # for de server, d:demon</p>
|
||||
<p>>apt install libmariadbd-dev # for de server, the last letter d means demon</p>
|
||||
<p>>apt install libmariadb-dev # for the client</p>
|
||||
</blockquote>
|
||||
<p>------------</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue