diff --git a/Install-Tracks-on-Ubuntu-20.10.md b/Install-Tracks-on-Ubuntu-20.10.md index d801dd3..d977cb6 100644 --- a/Install-Tracks-on-Ubuntu-20.10.md +++ b/Install-Tracks-on-Ubuntu-20.10.md @@ -122,12 +122,8 @@
this will create the directory tracks and download the files from the github repository
create the configuration file database.yml from the file database.yml.tmpl
create the configuration file site.yml from the file site.yml.tmpl
-
-
-
from inside the tracks directory
>cp ./config/database.yml.tmpl ./config/database.yml
@@ -139,15 +135,15 @@ >nano database.yml
Normally you edit only the "production" section
-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.
+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.
production:
adapter: mysql2
- database: `tempe`
+ database: ``tempe``
encoding : utf8
host: localhost
username: `daniel`
- password: `DANIEL`
+ password: ``DANIEL``
if you use sqlite