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 [2024/10/24 16:32] – [Home] Sean Rhoneservers:linux:nginx:joomla [2024/10/26 05:42] (current) – [Files] Sean Rhone
Line 2: Line 2:
  
   * Joomla ((https://www.joomla.org))   * Joomla ((https://www.joomla.org))
-  * :!: 5.3-dev ((https://github.com/joomla/joomla-cms/tree/5.3-dev))+  * :!: [[https://github.com/joomla/joomla-cms/tree/5.3-dev|5.3-dev]] branch ((Joomla version relies mainly on [[#purity_iii_template|Purity III/T3 support]]; 5.* works, 6+ unknown))
   * [[Information:Realm of Espionage]]   * [[Information:Realm of Espionage]]
   * https://realmofespionage.xyz   * https://realmofespionage.xyz
Line 24: Line 24:
 ====== Download Source ====== ====== Download Source ======
  
-  * https://github.com/joomla/joomla-cms/branches ((Joomla version relies mainly on [[#purity_iii_template|Purity III/T3 support]]; 5x works, 6+ unknown))+  * https://github.com/joomla/joomla-cms/branches 
 +  * ''5.3-dev'' ((Joomla version relies mainly on [[#purity_iii_template|Purity III/T3 support]]; 5.* works, 6+ unknown))
  
   sudo git clone --branch '5.3-dev' --depth '1' --recurse-submodules 'https://github.com/joomla/joomla-cms.git' '/var/www/main' && sudo semanage fcontext --add --type 'httpd_sys_rw_content_t' '/var/www/main(/.*)?' && sudo restorecon -F -I -R '/var/www/main' && sudo chown -R 'nginx':'nginx' '/var/www/main' && sync   sudo git clone --branch '5.3-dev' --depth '1' --recurse-submodules 'https://github.com/joomla/joomla-cms.git' '/var/www/main' && sudo semanage fcontext --add --type 'httpd_sys_rw_content_t' '/var/www/main(/.*)?' && sudo restorecon -F -I -R '/var/www/main' && sudo chown -R 'nginx':'nginx' '/var/www/main' && sync
Line 347: Line 348:
  
   * 2023/09/12: TODO: SELinux prevents various actions with ''npm''; is it needed?   * 2023/09/12: TODO: SELinux prevents various actions with ''npm''; is it needed?
 +  * ''5.3-dev'' branch
  
   sudo -e '/etc/systemd/system/main-up.service'   sudo -e '/etc/systemd/system/main-up.service'
Line 422: Line 424:
 === Service === === Service ===
  
-  * The extra ''ExecStart'' is an additional backup location that expects [[servers:linux:vsftpd#fstab|vsftpd - fstab]]+  * The extra ''ExecStart'' is an additional backup location that expects [[servers:linux:vsftpd#fstab1|vsftpd - fstab]]
  
   mkdir -p ~/'backups' && sudo -e '/etc/systemd/system/main-fb.service' && sudo sed -i 's/CHANGEME/'$USER'/g' '/etc/systemd/system/main-fb.service'   mkdir -p ~/'backups' && sudo -e '/etc/systemd/system/main-fb.service' && sudo sed -i 's/CHANGEME/'$USER'/g' '/etc/systemd/system/main-fb.service'
/srv/www/wiki/data/attic/servers/linux/nginx/joomla.1729801929.txt.gz · Last modified: by Sean Rhone