mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 11:46:10 +01:00
Updated Install Tracks on Ubuntu 20.10 (markdown)
parent
c0f2ce34a1
commit
4bbef0d494
1 changed files with 21 additions and 37 deletions
|
|
@ -175,7 +175,7 @@ admin_email : <b>my.email@domain.com</b><br/>
|
|||
</blockquote>
|
||||
<p>then you need to set the access rights, the simplest way is at /var/www execute</p>
|
||||
<blockquote>
|
||||
>chmod -R 777 tracks
|
||||
>chmod -R 777 <strong>tracks</strong>
|
||||
</blockquote>
|
||||
<p>later once you have all running you can correctly set</p>
|
||||
<blockquote>
|
||||
|
|
@ -228,9 +228,6 @@ mysql> quit
|
|||
>bundle install
|
||||
</blockquote>
|
||||
<p>This can take some time depending on the speed of your internet connection and the speed of the system you are installing Tracks on.</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>later in time you can update with</p>
|
||||
<blockquote>
|
||||
>bundle update
|
||||
|
|
@ -306,8 +303,8 @@ mysql> quit
|
|||
</blockquote>
|
||||
<p>------------</p>
|
||||
<blockquote>
|
||||
Listen 80<br/>
|
||||
Listen 8079<br/>
|
||||
Listen 80<br/>
|
||||
Listen 8079<br/>
|
||||
<br/>
|
||||
<ifmodule ssl_module=""><br/>
|
||||
Listen 443<br/>
|
||||
|
|
@ -330,22 +327,24 @@ Listen 8079<br/>
|
|||
<p>------------</p>
|
||||
<p>By default, the Passenger log file is the global (not the per-vhost) Apache error log file.</p>
|
||||
<p>This is typically located in /var/log/apache2/error_log.</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>You can find out the exact location of the error log by running</p>
|
||||
<p>>passenger-config --detect-apache2.</p>
|
||||
<p>------------</p>
|
||||
<p>You'll need to create and admin account first.</p>
|
||||
<p>Open the URL <a href="http://localhost/tracks">http://localhost:8079/signup</a> to start tracks for the first time</p>
|
||||
<p>From the admin account you can create as many users as you want.</p>
|
||||
<p>You can find out the exact location of the Passenger error log by running</p>
|
||||
<blockquote>
|
||||
>passenger-config --detect-apache2
|
||||
</blockquote>
|
||||
<h3>Run Tracks</h3>
|
||||
<p>Congratulation! you are still alive and ready tu run Tracks for the first time!
|
||||
<p>You need to create and admin account first.</p>
|
||||
<p>Open the URL <a http://localhost:8079/signup">http://localhost:8079/signup</a> to start tracks for the first time</p>
|
||||
<p>Later from the admin account you can create as many users as you want.</p>
|
||||
<p>
|
||||
<ac:image ac:height="250" ac:thumbnail="true">
|
||||
<ri:attachment ri:filename="tracks_01.png"/>
|
||||
</ac:image>
|
||||
</p>
|
||||
<p>Note: this is NOT the same user as the MySQL user you defined for the database.</p>
|
||||
<p>fill the fields with</p>
|
||||
<p>user:daniel</p>
|
||||
<p>pass:daniel</p>
|
||||
<p>pass:dAnIeL</p>
|
||||
<p>
|
||||
<ac:image ac:height="250" ac:thumbnail="true">
|
||||
<ri:attachment ri:filename="tracks_02.png"/>
|
||||
|
|
@ -363,27 +362,12 @@ Listen 8079<br/>
|
|||
<p>------------</p>
|
||||
<p>next time just connect using your internet browser to</p>
|
||||
<p>
|
||||
<span class="nolink">http://localhost:8079/</span>
|
||||
http://localhost:8079/
|
||||
</p>
|
||||
<p>or http://{ip of the machine with apache}:8079/</p>
|
||||
<p>e.g. http://192.168.11.15:8079/
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<br/>
|
||||
if you used port 80 you go can directly http://localhost/
|
||||
</p>
|
||||
<p>http://{ip of the machine with apache}:8079/</p>
|
||||
<p>e.g. <span class="nolink">http://192.168.11.15:8079/</span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="nolink"> <br/> </span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="nolink">if you used port 80 you can directly do</span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="nolink"> <span class="nolink">http://localhost/</span> <br/> </span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="nolink">http://{ip of the machine with apache}/</span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="nolink">e.g. <span class="nolink">http://192.168.11.15/</span> <br/> </span>
|
||||
</p>
|
||||
<p>------------</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue