User Tools

Site Tools


games:linux:2004scape_localhost

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
games:linux:2004scape_localhost [2025/01/21 05:16] – [2004Scape] Sean Rhonegames:linux:2004scape_localhost [2025/01/22 00:09] (current) – [Server Update] Sean Rhone
Line 106: Line 106:
 cd ~/'Projects/2004Scape-Server/src' cd ~/'Projects/2004Scape-Server/src'
 npm run 'clean' npm run 'clean'
 +npm 'ci'
  
 notify-send -i ~/'Projects/2004Scape-Server/ext/favicon.ico' '2004Scape localhost server update complete' notify-send -i ~/'Projects/2004Scape-Server/ext/favicon.ico' '2004Scape localhost server update complete'
Line 188: Line 189:
   * :!: Running ''npm run clean'' requires starting the server once afterwards with an internet connection to download packages to start the server for playing offline   * :!: Running ''npm run clean'' requires starting the server once afterwards with an internet connection to download packages to start the server for playing offline
  
-  git -C ~/'Projects/2004Scape-Server/src' reset --hard && git -C ~/'Projects/2004Scape-Server/src' pull origin 'main' --rebase && cd ~/'Projects/2004Scape-Server/src' && npm run 'clean'+  git -C ~/'Projects/2004Scape-Server/src' reset --hard && git -C ~/'Projects/2004Scape-Server/src' pull origin 'main' --rebase && cd ~/'Projects/2004Scape-Server/src' && npm run 'clean' --verbose && npm 'ci' --verbose
  
   ~/'Projects/2004Scape-Server/scripts/localhost-server-update.sh'   ~/'Projects/2004Scape-Server/scripts/localhost-server-update.sh'
Line 202: Line 203:
 ===== World Map ===== ===== World Map =====
  
-  * https://2004scape.org/img/rs2/worldmap/worldmap2.jpg+  * https://2004.lostcity.rs/img/rs2/worldmap/worldmap2.jpg
  
   gio open ~/'Projects/2004Scape-Server/ext/worldmap2.jpg'   gio open ~/'Projects/2004Scape-Server/ext/worldmap2.jpg'
  
-==== npm ====+===== npm =====
  
   cd ~/'Projects/2004Scape-Server/src' && npm run --verbose   cd ~/'Projects/2004Scape-Server/src' && npm run --verbose
  
   cd ~/'Projects/2004Scape-Server/src' && npm run 'clean' --verbose   cd ~/'Projects/2004Scape-Server/src' && npm run 'clean' --verbose
 +
 +  cd ~/'Projects/2004Scape-Server/src' && npm 'ci' --verbose
 +
 +===== Git =====
 +
 +  git -C ~/'Projects/2004Scape-Server/src' fsck --full --strict
 +
 +  git -C ~/'Projects/2004Scape-Server/src' gc --aggressive --prune='all'
  
 ===== File Manager ===== ===== File Manager =====
C:/www/wiki/data/attic/games/linux/2004scape_localhost.1737454581.txt.gz · Last modified: by Sean Rhone