User Tools

Site Tools


servers:windows:nginx:lychee

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:lychee [2025/01/17 11:58] – [Node.js] Sean Rhoneservers:windows:nginx:lychee [2025/05/16 21:39] (current) – external edit 127.0.0.1
Line 4: Line 4:
   * [[Information:Realm of Espionage]]   * [[Information:Realm of Espionage]]
   * https://media.realmofespionage.xyz   * https://media.realmofespionage.xyz
 +
 +  * :!: 2025/01/17: WIP; fails at [[#composer|Composer]]
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 67: Line 69:
  
   CD "%SystemDrive%\" && "php.exe" -c "%SystemDrive%\www\php\media.ini" -m   CD "%SystemDrive%\" && "php.exe" -c "%SystemDrive%\www\php\media.ini" -m
 +
 +===== Lychee =====
 +
 +  * https://github.com/LycheeOrg/Lychee/blob/master/.env.example
 +
 +  notepad "%SystemDrive%\www\media\.env"
 +
 +<code>
 +APP_URL="https://media.realmofespionage.xyz"
 +</code>
  
 ====== Dependencies ====== ====== Dependencies ======
Line 74: Line 86:
   * https://github.com/composer/composer/releases   * https://github.com/composer/composer/releases
   * Latest ''composer.phar'' in ''www\ext'' folder   * Latest ''composer.phar'' in ''www\ext'' folder
 +  * :!: 2025/01/17: This fails and is likely the cause for non-rendering later
  
   MKDIR "%SystemDrive%\www\ext"   MKDIR "%SystemDrive%\www\ext"
Line 119: Line 132:
     http2 "on";     http2 "on";
     server_name "media.realmofespionage.xyz";     server_name "media.realmofespionage.xyz";
-    root "C:/www/media";+    root "C:/www/media/public";
     index "index.php";     index "index.php";
  
/srv/www/wiki/data/attic/servers/windows/nginx/lychee.1737133104.txt.gz · Last modified: by Sean Rhone