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/09/11 10:58] – [Initial Setup] Sean Rhoneservers:linux:nginx:joomla [2025/09/11 18:52] (current) – [Download Source] Sean Rhone
Line 26: Line 26:
   * https://github.com/joomla/joomla-cms/commits/5.4-dev/   * https://github.com/joomla/joomla-cms/commits/5.4-dev/
   * https://github.com/joomla/joomla-cms/branches   * https://github.com/joomla/joomla-cms/branches
 +  * :!: 2025/09/11: T3 extension doesn't install on ''6.0-dev''
  
-  sudo git clone --branch '5.4-dev' --depth '1' --recurse-submodules 'https://github.com/joomla/joomla-cms.git' '/srv/www/main' && sudo chown -R 'wwwrun':'www' '/srv/www/main'+  sudo git clone --branch '5.4-dev' --depth '1' --recurse-submodules 'https://github.com/joomla/joomla-cms.git' '/srv/www/main' && sudo chown -R 'wwwrun':'www' '/srv/www/main' && sudo chmod -R '0755' '/srv/www/main'
  
 ====== Environment ====== ====== Environment ======
Line 47: Line 48:
   exit   exit
  
-====== Databases ======+====== Database ======
  
   sudo mariadb   sudo mariadb
Line 89: Line 90:
  
 ; General ; General
 +php_value[log_errors] = "0"
 +php_value[error_reporting] = "~E_ALL"
 php_value[date.timezone] = "America/New_York" php_value[date.timezone] = "America/New_York"
 php_value[max_execution_time] = "200" php_value[max_execution_time] = "200"
Line 95: Line 98:
 php_value[upload_max_filesize] = "30M" php_value[upload_max_filesize] = "30M"
 php_value[max_file_uploads] = "100" php_value[max_file_uploads] = "100"
-php_value[upload_tmp_dir] = "/tmp" 
  
 ; End</code> ; End</code>
Line 576: Line 578:
  
   sudo mariadb 'joomla_db' < ~/'joomla'*'.sql'   sudo mariadb 'joomla_db' < ~/'joomla'*'.sql'
- 
-===== dos2unix ===== 
- 
-**** 
- 
-  find '/srv/www/main' -type f -print0 | sudo xargs -0 dos2unix -- && sudo chown -R 'wwwrun':'www' '/srv/www/main' && sudo chmod -R '0755' '/srv/www/main' 
- 
-===== MySQL Connection ===== 
- 
-  * Windows uses ''127.0.0.1'' 
-  * TODO 
- 
-  sudo -e '/srv/www/blog/wp-config.php' && sudo chown -v 'wwwrun':'www' '/srv/www/blog/wp-config.php' 
- 
-  define( 'DB_HOST', 'localhost' ); 
  
 ===== Start nginx ===== ===== Start nginx =====
/srv/www/wiki/data/attic/servers/linux/nginx/joomla.1757602684.txt.gz · Last modified: by Sean Rhone