From 4502604c0427cef2957cffcaebfacf1590e991c0 Mon Sep 17 00:00:00 2001 From: Sainan Date: Tue, 11 Mar 2025 10:08:23 +0100 Subject: [PATCH] Update "server update" instructions --- guide.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/guide.php b/guide.php index 2696bd2..2d6e773 100644 --- a/guide.php +++ b/guide.php @@ -38,15 +38,10 @@ $version = ""; //json_decode(file_get_contents("supplementals/static data/buildC
  • Now, to start the server, run npm run dev (if this is too slow on your machine, you can use npm run build followed by npm run start)
  • Server Update

    - +

    Windows users can simply double-click the UPDATE AND START SERVER.bat, but otherwise the steps are pretty simple:

      -
    1. - Run git pull in the SpaceNinjaServer folder -
        -
      • You may see an error if you cloned SpaceNinjaServer from GitHub — to fix this, run git config remote.origin.url https://openwf.io/SpaceNinjaServer.git
      • -
      -
    2. +
    3. Run git pull in the SpaceNinjaServer folder
    4. (Optional) If you have the stripped assets, run git pull in the static/data/0 folder
    5. Run npm i (or npm install) to synchronize library dependencies
    6. Now to start the server again, run npm run dev (if this is too slow on your machine, you can use npm run build followed by npm run start)