servers:windows:nginx:lychee
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
servers:windows:nginx:lychee [2025/01/17 11:21] – created Sean Rhone | servers:windows:nginx:lychee [2025/05/16 21:39] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
* [[Information: | * [[Information: | ||
* https:// | * https:// | ||
+ | |||
+ | * :!: 2025/01/17: WIP; fails at [[# | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
Line 21: | Line 23: | ||
* Git from the command line and also from 3rd-party software | * Git from the command line and also from 3rd-party software | ||
+ | |||
+ | ===== Node.js ===== | ||
+ | |||
+ | * https:// | ||
+ | * Last tested: '' | ||
+ | |||
+ | * Node.js runtime, npm package manager, Add to PATH (corepack manager and Online documentation not required) | ||
+ | * Tools for Native Modules not required (leave " | ||
====== Download Source ====== | ====== Download Source ====== | ||
Line 46: | Line 56: | ||
extension = " | extension = " | ||
extension = " | extension = " | ||
+ | extension = " | ||
zend_extension = " | zend_extension = " | ||
Line 58: | Line 69: | ||
CD " | CD " | ||
+ | |||
+ | ===== Lychee ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | notepad " | ||
+ | |||
+ | < | ||
+ | APP_URL=" | ||
+ | </ | ||
+ | |||
+ | ====== Dependencies ====== | ||
+ | |||
+ | ===== Composer ===== | ||
+ | |||
+ | * https:// | ||
+ | * Latest '' | ||
+ | * :!: 2025/01/17: This fails and is likely the cause for non-rendering later | ||
+ | |||
+ | MKDIR " | ||
+ | |||
+ | explorer " | ||
+ | |||
+ | CD " | ||
+ | |||
+ | ===== Node.js ===== | ||
+ | |||
+ | CD " | ||
+ | |||
+ | CD " | ||
====== freenginx + PHP-CGI Configuration ====== | ====== freenginx + PHP-CGI Configuration ====== | ||
Line 91: | Line 132: | ||
http2 " | http2 " | ||
server_name " | server_name " | ||
- | root " | + | root " |
index " | index " | ||
Line 104: | Line 145: | ||
# error_log | # error_log | ||
- | | + | |
- | | + | |
- | | + | |
+ | | ||
} | } | ||
- | location | + | location |
- | rewrite | + | |
- | rewrite ^/index((/|$).*)$ / | + | |
- | | + | |
} | } | ||
- | }</ | + | rewrite ^/(.+)/$ /$1 permanent; |
+ | } | ||
+ | |||
+ | # End</ | ||
" | " | ||
Line 130: | Line 173: | ||
< | < | ||
- | :: PHP 8.3 | ||
- | CD " | ||
- | |||
SET " | SET " | ||
SET " | SET " |
/srv/www/wiki/data/attic/servers/windows/nginx/lychee.1737130893.txt.gz · Last modified: by Sean Rhone