User Tools

Site Tools


servers:linux:nginx:joomla

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:linux:nginx:joomla [2025/10/16 14:13] – [Git Fix] Sean Rhoneservers:linux:nginx:joomla [2025/10/16 23:53] (current) – [Service] Sean Rhone
Line 58: Line 58:
   GRANT ALL PRIVILEGES ON joomla_db.* to 'joomla'@'localhost';   GRANT ALL PRIVILEGES ON joomla_db.* to 'joomla'@'localhost';
  
-  FLUSH PRIVILEGES; +  FLUSH PRIVILEGES;EXIT;
- +
-  EXIT+
  
 ====== nginx + PHP-FPM Configuration ====== ====== nginx + PHP-FPM Configuration ======
Line 173: Line 171:
   * Disable Automated Updates   * Disable Automated Updates
   * :!: Don't remove installation folder   * :!: Don't remove installation folder
 +
 +===== Compat Extension Fix =====
 +
 +  * https://github.com/joomla/joomla-cms/issues/43876
 +
 +  sudo rm -fv '/srv/www/main/administrator/cache/autoload_psr4.php'
  
 ====== Settings ====== ====== Settings ======
Line 369: Line 373:
 ExecStart='/usr/bin/git' -C '/srv/www/main' pull origin '5.4-dev' ExecStart='/usr/bin/git' -C '/srv/www/main' pull origin '5.4-dev'
  
-ExecStart='/usr/bin/composer' --working-dir='/srv/www/main' --no-cache install+ExecStart='/usr/bin/composer' --working-dir='/srv/www/main' --no-cache install --no-dev
 ExecStart='/usr/bin/npm' --prefix '/srv/www/main' ci --logs-max='0' ExecStart='/usr/bin/npm' --prefix '/srv/www/main' ci --logs-max='0'
  
Line 574: Line 578:
  
 ===== Git Fix ===== ===== Git Fix =====
 +
 +  * :!: Set email for ''user.email''
 +  * :!: T3 + Purity III need reinstalled
  
   sudo su 'wwwrun' -s '/bin/bash'   sudo su 'wwwrun' -s '/bin/bash'
/usr/local/www/wiki/data/attic/servers/linux/nginx/joomla.1760638383.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki