From 4bbef0d49477877c6224962cb05f5c4b90d0b536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= Date: Wed, 14 Apr 2021 16:24:07 +0200 Subject: [PATCH] Updated Install Tracks on Ubuntu 20.10 (markdown) --- Install-Tracks-on-Ubuntu-20.10.md | 58 +++++++++++-------------------- 1 file changed, 21 insertions(+), 37 deletions(-) diff --git a/Install-Tracks-on-Ubuntu-20.10.md b/Install-Tracks-on-Ubuntu-20.10.md index be2116a..e80651f 100644 --- a/Install-Tracks-on-Ubuntu-20.10.md +++ b/Install-Tracks-on-Ubuntu-20.10.md @@ -175,7 +175,7 @@ admin_email : my.email@domain.com

then you need to set the access rights, the simplest way is at /var/www execute

->chmod -R 777 tracks +>chmod -R 777 tracks

later once you have all running you can correctly set

@@ -228,9 +228,6 @@ mysql> quit >bundle install

This can take some time depending on the speed of your internet connection and the speed of the system you are installing Tracks on.

-

-
-

later in time you can update with

>bundle update @@ -306,8 +303,8 @@ mysql> quit

------------

-Listen 80
-Listen 8079
+ Listen 80
+ Listen 8079

<ifmodule ssl_module="">
Listen 443
@@ -330,22 +327,24 @@ Listen 8079

------------

By default, the Passenger log file is the global (not the per-vhost) Apache error log file.

This is typically located in /var/log/apache2/error_log.

-

-
-

-

You can find out the exact location of the error log by running

-

>passenger-config --detect-apache2.

-

------------

-

You'll need to create and admin account first.

-

Open the URL http://localhost:8079/signup to start tracks for the first time

-

From the admin account you can create as many users as you want.

+

You can find out the exact location of the Passenger error log by running

+
+>passenger-config --detect-apache2 +
+

Run Tracks

+

Congratulation! you are still alive and ready tu run Tracks for the first time! +

You need to create and admin account first.

+

Open the URL http://localhost:8079/signup to start tracks for the first time

+

Later from the admin account you can create as many users as you want.

+

Note: this is NOT the same user as the MySQL user you defined for the database.

+

fill the fields with

user:daniel

-

pass:daniel

+

pass:dAnIeL

@@ -363,27 +362,12 @@ Listen 8079

------------

next time just connect using your internet browser to

- http://localhost:8079/ + http://localhost:8079/

+

or http://{ip of the machine with apache}:8079/

+

e.g. http://192.168.11.15:8079/ +

+

-
+ if you used port 80 you go can directly http://localhost/

-

http://{ip of the machine with apache}:8079/

-

e.g. http://192.168.11.15:8079/ -

-

-
-

-

- if you used port 80 you can directly do -

-

- http://localhost/
-

-

- http://{ip of the machine with apache}/ -

-

- e.g. http://192.168.11.15/
-

-

------------

\ No newline at end of file