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 [2026/05/01 20:22] – [Theme Settings] matches wiki Sean Rhoneservers:linux:nginx:joomla [2026/05/31 15:13] (current) – [Service] Sean Rhone
Line 19: Line 19:
   * https://docs.joomla.org/J5.x:Optional_Technical_Requirements   * https://docs.joomla.org/J5.x:Optional_Technical_Requirements
  
-  sudo zypper install nodejs-common php-composer2 php8-gd php8-intl php-ldap php8-mysql php8-openssl php8-sodium php8-fileinfo php8-mbstring+  sudo zypper install nodejs-common php-composer2 php8-gd php8-intl php8-mysql php8-openssl php8-sodium php8-fileinfo php8-mbstring
  
 ====== Download Source ====== ====== Download Source ======
Line 36: Line 36:
   sudo su 'wwwrun' -s '/bin/bash'   sudo su 'wwwrun' -s '/bin/bash'
  
-  cd '/tmp' && '/usr/bin/composer' --working-dir='/srv/www/main' --no-cache install --no-dev+  cd '/tmp' && '/usr/bin/composer' --working-dir='/srv/www/main' --no-cache install --no-dev --ignore-platform-req='ext-ldap'
  
   cd '/tmp' && '/usr/bin/npm' --prefix '/srv/www/main' ci --verbose   cd '/tmp' && '/usr/bin/npm' --prefix '/srv/www/main' ci --verbose
Line 82: Line 82:
 php_value[session.save_path] = "/var/lib/php8/sessions" php_value[session.save_path] = "/var/lib/php8/sessions"
 php_value[date.timezone] = "America/New_York" php_value[date.timezone] = "America/New_York"
 +
 +php_value[output_buffering] = "0"
  
 ; End</code> ; End</code>
Line 124: Line 126:
  
 # location '~' '/installation/' { # location '~' '/installation/' {
 +#  deny 'all';
 +# }
 +
 +# location = '/installation/index.php' {
 #  deny 'all'; #  deny 'all';
 # } # }
Line 176: Line 182:
   * Trash Guided Tours   * Trash Guided Tours
   * Site Template Styles -> ''[x]'' Cassiopeia Extended - Default   * Site Template Styles -> ''[x]'' Cassiopeia Extended - Default
 +
 +===== Offline Message =====
 +
 +<code>
 +This website is being built behind-the-scenes, check back later!
 +<br>
 +In the meantime, check out my wiki: <a href="https://wiki.realmofespionage.xyz/">RoE | Wiki</a>
 +<!--End--></code>
  
 ==== System Dashboard ==== ==== System Dashboard ====
Line 229: Line 243:
 <p>(website is under construction and there aren't any links in the nav bar yet; my <a href="https://wiki.realmofespionage.xyz/">wiki</a> is far-more interesting! <a href="https://wiki.realmofespionage.xyz/user:espionage724">webmaster info</a>, <a href="https://wiki.realmofespionage.xyz/servers:linux:nginx:joomla" target="_blank" rel="noopener">dev notes</a>)</p> <p>(website is under construction and there aren't any links in the nav bar yet; my <a href="https://wiki.realmofespionage.xyz/">wiki</a> is far-more interesting! <a href="https://wiki.realmofespionage.xyz/user:espionage724">webmaster info</a>, <a href="https://wiki.realmofespionage.xyz/servers:linux:nginx:joomla" target="_blank" rel="noopener">dev notes</a>)</p>
 <!-- End --></code> <!-- End --></code>
- 
-===== Offline Message ===== 
- 
-<code> 
-This site is being built behind-the-scenes, check back later! 
-<br /> 
-In the meantime, check out my wiki: <a href="https://wiki.realmofespionage.xyz/">RoE | Wiki</a></code> 
  
 ===== Menus ===== ===== Menus =====
Line 290: Line 297:
 WorkingDirectory=/tmp WorkingDirectory=/tmp
 Environment="COMPOSER_CACHE_DIR=/dev/null" Environment="COMPOSER_CACHE_DIR=/dev/null"
 +Environment="COMPOSER_DISCARD_CHANGES=true"
  
 ExecStart='/usr/bin/git' -C '/srv/www/main' reset --hard 'origin/7.0-dev' ExecStart='/usr/bin/git' -C '/srv/www/main' reset --hard 'origin/7.0-dev'
 ExecStart='/usr/bin/git' -C '/srv/www/main' pull origin '7.0-dev' --rebase ExecStart='/usr/bin/git' -C '/srv/www/main' pull origin '7.0-dev' --rebase
  
-ExecStart='/usr/bin/composer' --working-dir='/srv/www/main' --no-cache install --no-dev+ExecStart='/usr/bin/php' -c '/etc/php8/fpm/php-fpm.d/main.conf' '/usr/bin/composer' --working-dir='/srv/www/main' --no-cache install --no-interaction --no-dev --ignore-platform-req='ext-ldap'
 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 394: Line 402:
  
 #ExecStart='/usr/bin/bash' -c '"/usr/bin/mariadb-dump" --defaults-extra-file="/srv/lib/mysql/auth/joomla" --single-transaction --quick "joomla_db" -r "/home/CHANGEME/backups/joomla-database-auto-"$$(date +%%Y-%%m-%%d)".sql"' #ExecStart='/usr/bin/bash' -c '"/usr/bin/mariadb-dump" --defaults-extra-file="/srv/lib/mysql/auth/joomla" --single-transaction --quick "joomla_db" -r "/home/CHANGEME/backups/joomla-database-auto-"$$(date +%%Y-%%m-%%d)".sql"'
- 
-ExecStartPost='/usr/bin/sync' 
  
 # End</code> # End</code>
/srv/www/wiki/data/attic/servers/linux/nginx/joomla.1777681353.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