Updated Install Tracks on Ubuntu 20.10 (markdown)

ghost-from-the-past 2021-04-14 15:14:49 +02:00
parent 640faa33b3
commit 8debb4a420

@ -122,12 +122,8 @@
</blockquote>
<p>this will create the directory <strong>tracks</strong> and download the files from the github repository</p>
<h3>Configure the parameter files</h3>
<p>create the configuration file database.yml from the file database.yml.tmpl</p>
<p>create the configuration file site.yml from the file site.yml.tmpl</p>
<p>
<br/>
</p>
<p>from inside the <strong>tracks</strong> directory</p>
<blockquote>
<p>&gt;cp ./config/database.yml.tmpl ./config/database.yml</p>
@ -139,15 +135,15 @@
&gt;nano database.yml
</blockquote>
<p>Normally you edit only the "production" section</p>
<p>the words in marked are the names you need to choose for the database, the user and password. This must match what you later use when manually creates the database.</p>
<p>the words `marked` are the names you need to choose for the database, the user and password. This must match what you later use when manually creates the database.</p>
<blockquote>
production:<br/>
adapter: mysql2<br/>
database: `tempe`<br/>
database: ``tempe``<br/>
encoding : utf8<br/>
host: localhost<br/>
username: `daniel`<br/>
password: `DANIEL`<br/>
password: ``DANIEL``<br/>
</blockquote>
<p>if you use sqlite</p>
<blockquote>