Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:linux:2004scape_localhost [2025/01/21 05:20] – [Server Update] Sean Rhone | games:linux:2004scape_localhost [2025/01/22 00:09] (current) – [Server Update] Sean Rhone |
---|
| |
cd ~/'Projects/2004Scape-Server/src' | cd ~/'Projects/2004Scape-Server/src' |
npm run 'clean' --silent | npm run 'clean' |
npm 'ci' --silent | 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' |
* :!: 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' |
===== 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 ===== |