User Tools

Site Tools


servers:windows:nginx:dokuwiki

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:dokuwiki [2025/02/25 19:28] – [Prerequisites] Sean Rhoneservers:windows:nginx:dokuwiki [2025/05/07 23:12] (current) Sean Rhone
Line 7: Line 7:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[windows;11_ltsc|Windows 11 (24H2)]]+  * [[windows;10|Windows 10 (21H2)]]
   * [[servers;windows;nginx_php_php-cgi|nginx + PHP + PHP-CGI]]   * [[servers;windows;nginx_php_php-cgi|nginx + PHP + PHP-CGI]]
   * [[servers;windows;nginx;lets_encrypt|Certbot (Let's Encrypt)]]   * [[servers;windows;nginx;lets_encrypt|Certbot (Let's Encrypt)]]
Line 15: Line 15:
   * https://www.dokuwiki.org/requirements   * https://www.dokuwiki.org/requirements
   * https://www.dokuwiki.org/install:php   * https://www.dokuwiki.org/install:php
 +  * https://github.com/dokuwiki/dokuwiki/blob/master/composer.json
  
 ===== Git ===== ===== Git =====
  
-  * https://www.git-scm.com/download/win +  * https://gitforwindows.org
-  * Last tested: ''Git-2.48.1-64-bit.exe''+  * Last tested: ''Git-2.49.0-64-bit.exe''
  
   * Git from the command line and also from 3rd-party software   * Git from the command line and also from 3rd-party software
Line 46: Line 47:
 extension = "mbstring" extension = "mbstring"
 extension = "openssl" extension = "openssl"
 +extension = "sodium"
 zend_extension = "opcache" zend_extension = "opcache"
  
Line 58: Line 60:
  
 ===== PHP-CGI ===== ===== PHP-CGI =====
- 
-  * :!: ''fastcgi_params'' include hard-coded to nginx version path 
  
   "notepad.exe" "%SystemDrive%\www\nginx\default.d\wiki.conf"   "notepad.exe" "%SystemDrive%\www\nginx\default.d\wiki.conf"
Line 69: Line 69:
     fastcgi_intercept_errors "on";     fastcgi_intercept_errors "on";
     fastcgi_index "doku.php";     fastcgi_index "doku.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 201: Line 201:
  
 ===== Autostart ===== ===== Autostart =====
 +
 +==== CGI ====
  
   "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\StartUp"   "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\StartUp"
Line 207: Line 209:
  
   Wiki PHP-CGI   Wiki PHP-CGI
 +
 +====== Task Scheduler ======
 +
 +****
 +
 +  taskschd.msc
 +
 +===== Update =====
 +
 +  * ''12:00:00 AM'' daily
 +
 +  Wiki Update
 +
 +  "%SystemDrive%\www\scripts\wiki\Update.bat"
 +
 +===== Back-up =====
 +
 +  * Time TODO
 +
 +  Wiki File Back-up
 +
 +  "%SystemDrive%\www\scripts\wiki\Back-up.bat"
  
 ====== Initial Setup ====== ====== Initial Setup ======
Line 225: Line 249:
 ===== Admin ===== ===== Admin =====
  
-  * Configuration Settings -> DokuWiki -> Advanced -> userewrite: ''.htaccess''+  * DokuWiki -> Advanced -> ''userewrite'': ''.htaccess'' 
 +  * Links -> ''target»extern'': ''_tab''
  
 ==== Template Style Settings ==== ==== Template Style Settings ====
C:/www/wiki/data/attic/servers/windows/nginx/dokuwiki.1740529695.txt.gz · Last modified: by Sean Rhone