en:extras:firefly3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:extras:firefly3 [2023/01/06 23:28] – [Firefly III] changed news link danen:extras:firefly3 [2023/03/04 19:45] (current) – [Installing Firefly III] changed header to match with data importer dan
Line 56: Line 56:
  
  
-===== Installing Firefly III =====+===== Firefly III ===== 
 + 
 + 
 +==== Installation ====
  
 Check [[https://version.firefly-iii.org/|latest version]] number and change the command below: Check [[https://version.firefly-iii.org/|latest version]] number and change the command below:
Line 70: Line 73:
 ==== Configure .env ==== ==== Configure .env ====
  
-Check also [[/en/server/services/redis|redis]].+Check also [[/en/server/services/redis|redis]] and create a [[/en/server/services/mariadb#create_local_user|user]] & [[/en/server/services/mariadb#create_database|database]].
  
 Just the important ones will be listed here. Change the rest to your needs: Just the important ones will be listed here. Change the rest to your needs:
Line 80: Line 83:
 <code> <code>
 TRUSTED_PROXIES=** TRUSTED_PROXIES=**
 +DB_CONNECTION=mysql
 +DB_DATABASE=firefly
 +DB_USERNAME=firefly
 +DB_PASSWORD=PASSWORD
 +DB_SOCKET=/run/mysqld/mysqld.sock
 CACHE_DRIVER=redis CACHE_DRIVER=redis
 SESSION_DRIVER=redis SESSION_DRIVER=redis
Line 232: Line 240:
 yes | composer create-project firefly-iii/data-importer --no-dev --prefer-dist firefly-iii-data-importer-updated $latestversion yes | composer create-project firefly-iii/data-importer --no-dev --prefer-dist firefly-iii-data-importer-updated $latestversion
 cp firefly-iii-data-importer/.env firefly-iii-data-importer-updated/.env cp firefly-iii-data-importer/.env firefly-iii-data-importer-updated/.env
 +cp firefly-iii-data-importer/storage/configurations/*.json firefly-iii-data-importer-updated/storage/configurations/
  
 # Serve next version, make sure rights are ok, restart nginx # Serve next version, make sure rights are ok, restart nginx
  • en/extras/firefly3.1673047714.txt.gz
  • Last modified: 2023/01/06 23:28
  • by dan