mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-16 09:16:32 +01:00
Updated Install Tracks on Ubuntu 20.10 (markdown)
parent
640faa33b3
commit
8debb4a420
1 changed files with 3 additions and 7 deletions
|
|
@ -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>>cp ./config/database.yml.tmpl ./config/database.yml</p>
|
||||
|
|
@ -139,15 +135,15 @@
|
|||
>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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue