User Tools

Site Tools


servers:windows: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:windows:nginx:joomla [2025/03/12 20:41] – [Node.js] Sean Rhoneservers:windows:nginx:joomla [2025/04/18 11:22] (current) – [PHP-CGI] Sean Rhone
Line 42: Line 42:
 ====== Download Source ====== ====== Download Source ======
  
-  * https://github.com/joomla/joomla-cms/commits/5.2-dev/+  * https://github.com/joomla/joomla-cms/commits/5.3-dev/
  
-  "%ProgramFiles%\Git\bin\git.exe" clone --branch "5.2-dev" --depth "1" --recurse-submodules "https://github.com/joomla/joomla-cms.git" "%SystemDrive%\www\main"+  "%ProgramFiles%\Git\bin\git.exe" clone --branch "5.3-dev" --depth "1" --recurse-submodules "https://github.com/joomla/joomla-cms.git" "%SystemDrive%\www\main"
  
   "explorer.exe" "%SystemDrive%\www\main"   "explorer.exe" "%SystemDrive%\www\main"
Line 115: Line 115:
  
 ===== PHP-CGI ===== ===== PHP-CGI =====
- 
-  * :!: ''fastcgi_params'' include hard-coded to nginx version path 
  
   "notepad.exe" "%SystemDrive%\www\nginx\default.d\main.conf"   "notepad.exe" "%SystemDrive%\www\nginx\default.d\main.conf"
Line 126: Line 124:
     fastcgi_intercept_errors "on";     fastcgi_intercept_errors "on";
     fastcgi_index "index.php";     fastcgi_index "index.php";
-    include "C:/nginx-1.27.4/conf/fastcgi_params";+    include "C:/www/nginx/conf/fastcgi_params";
     fastcgi_param "SCRIPT_FILENAME" $document_root$fastcgi_script_name;     fastcgi_param "SCRIPT_FILENAME" $document_root$fastcgi_script_name;
     fastcgi_param "PATH_INFO" $fastcgi_path_info;     fastcgi_param "PATH_INFO" $fastcgi_path_info;
Line 214: Line 212:
 ===== Update ===== ===== Update =====
  
-  * https://github.com/joomla/joomla-cms/commits/5.2-dev/+  * https://github.com/joomla/joomla-cms/commits/5.3-dev/
  
   "notepad.exe" "%SystemDrive%\www\scripts\main\Update.bat"   "notepad.exe" "%SystemDrive%\www\scripts\main\Update.bat"
Line 222: Line 220:
  
 "%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" reset --hard "%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" reset --hard
-"%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" pull origin "5.2-dev" --rebase+"%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" pull origin "5.3-dev" --rebase
  
 "%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" gc --aggressive --prune="all" "%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" gc --aggressive --prune="all"
Line 418: Line 416:
   * Menus -> Main Menu -> Home -> Link Type -> Display in Menu: No   * Menus -> Main Menu -> Home -> Link Type -> Display in Menu: No
   * Menus -> Main Menu -> Home -> Page Display -> Show Page Heading: Hide   * Menus -> Main Menu -> Home -> Page Display -> Show Page Heading: Hide
 +
 +====== Branch Update ======
 +
 +  * 5.2 -> 5.3
 +
 +  "%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" switch -t -c "5.3-dev"
 +
 +  "%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" branch
 +
 +  "%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" reset --hard 
 +
 +  "%ProgramFiles%\Git\bin\git.exe" -C "%SystemDrive%\www\main" pull origin "5.3-dev" --rebase
  
 ====== Database ====== ====== Database ======
/srv/www/wiki/data/attic/servers/windows/nginx/joomla.1741826483.txt.gz · Last modified: by Sean Rhone