From a0a9952947ca3a30bc2d31e8ddf679f8e26a5a4e Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 30 Jul 2025 13:02:06 +0200 Subject: [PATCH] Apply "rename config.json.example to config-vanilla.json" in guide --- guide.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.php b/guide.php index abef72a..f437805 100644 --- a/guide.php +++ b/guide.php @@ -18,7 +18,7 @@
  1. Run git clone https://openwf.io/SpaceNinjaServer.git in a command prompt to download SpaceNinjaServer in the current working directory
  2. Open the SpaceNinjaServer folder (cd SpaceNinjaServer)
  3. -
  4. Copy config.json.example to create a config.json
  5. +
  6. Copy config-vanilla.json to create a config.json
  7. (Optional) Edit the config.json to match your MongoDB settings (if not default) and however else you would like to configure the server
  8. (Optional) If you have a GB of free space, you might want to download stripped assets such as ability videos so the client can request them on-demand: Run git clone https://openwf.io/0.git in the static/data folder
  9. Run npm install --omit=dev to install library dependencies