From e4550aef57dc8fa655d499465051da8a9378f26b Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 5 Apr 2025 15:40:10 +0200 Subject: [PATCH] Update guide to avoid dev dependencies --- _lang/de.json | 9 +++++---- _lang/en.json | 9 +++++---- guide.php | 4 +++- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/_lang/de.json b/_lang/de.json index 0bc68bb..6ee3553 100644 --- a/_lang/de.json +++ b/_lang/de.json @@ -25,14 +25,15 @@ "setup.s.install.3": "[UNTRANSLATED] Run copy config.json.example config.json to create a config.json from config.json.example", "setup.s.install.4": "[UNTRANSLATED] (Optional) Edit the config.json to match your MongoDB settings (if not default) and however else you would like to configure the server", "setup.s.install.5": "[UNTRANSLATED] (Optional) If you want stripped assets (~622 MiB) which the client will request from the server on-demand (most notably, ability videos), run git clone https://openwf.io/0.git in the static/data folder", - "setup.s.install.6": "[UNTRANSLATED] Run npm i (or npm install) to install library dependencies", - "setup.s.install.7": "[UNTRANSLATED] 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)", + "setup.s.install.6": "[UNTRANSLATED] Run npm install --omit=dev to install library dependencies", + "setup.s.install.7": "[UNTRANSLATED] Run npm run build to build the server", + "setup.s.install.8": "[UNTRANSLATED] Now you can run npm run start to start the server anytime", "setup.s.update": "[UNTRANSLATED] Server Update", "setup.s.update.wineasy": "[UNTRANSLATED] Windows users can simply double-click the UPDATE AND START SERVER.bat, but otherwise the steps are pretty simple:", "setup.s.update.1": "[UNTRANSLATED] Run git pull in the SpaceNinjaServer folder", "setup.s.update.2": "[UNTRANSLATED] (Optional) If you have the stripped assets, run git pull in the static/data/0 folder", - "setup.s.update.3": "[UNTRANSLATED] Run npm i (or npm install) to synchronize library dependencies", - "setup.s.update.4": "[UNTRANSLATED] 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)", + "setup.s.update.3": "[UNTRANSLATED] Run npm install --omit=dev to synchronize library dependencies", + "setup.s.update.5": "[UNTRANSLATED] Now you can use npm run start to start the server again", "setup.irc": "[UNTRANSLATED] IRC Server", "setup.irc.leadin": "[UNTRANSLATED] In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:", "setup.irc.wheel": "[UNTRANSLATED] warframe-irc-server — an IRC server specifically made for Warframe. Talks to SpaceNinjaServer to give \"chat moderator\" permissions and report dropped connections.", diff --git a/_lang/en.json b/_lang/en.json index b3bb717..509bf2f 100644 --- a/_lang/en.json +++ b/_lang/en.json @@ -25,14 +25,15 @@ "setup.s.install.3": "Run copy config.json.example config.json to create a config.json from config.json.example", "setup.s.install.4": "(Optional) Edit the config.json to match your MongoDB settings (if not default) and however else you would like to configure the server", "setup.s.install.5": "(Optional) If you want stripped assets (~622 MiB) which the client will request from the server on-demand (most notably, ability videos), run git clone https://openwf.io/0.git in the static/data folder", - "setup.s.install.6": "Run npm i (or npm install) to install library dependencies", - "setup.s.install.7": "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)", + "setup.s.install.6": "Run npm install --omit=dev to install library dependencies", + "setup.s.install.7": "Run npm run build to build the server", + "setup.s.install.8": "Now you can run npm run start to start the server anytime", "setup.s.update": "Server Update", "setup.s.update.wineasy": "Windows users can simply double-click the UPDATE AND START SERVER.bat, but otherwise the steps are pretty simple:", "setup.s.update.1": "Run git pull in the SpaceNinjaServer folder", "setup.s.update.2": "(Optional) If you have the stripped assets, run git pull in the static/data/0 folder", - "setup.s.update.3": "Run npm i (or npm install) to synchronize library dependencies", - "setup.s.update.4": "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)", + "setup.s.update.3": "Run npm install --omit=dev to synchronize library dependencies", + "setup.s.update.5": "Now you can use npm run start to start the server again", "setup.irc": "IRC Server", "setup.irc.leadin": "In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:", "setup.irc.wheel": "warframe-irc-server — an IRC server specifically made for Warframe. Talks to SpaceNinjaServer to give \"chat moderator\" permissions and report dropped connections.", diff --git a/guide.php b/guide.php index 4937c96..63430db 100644 --- a/guide.php +++ b/guide.php @@ -36,6 +36,7 @@ $version = ""; //json_decode(file_get_contents("supplementals/static data/buildC
  • +
  • @@ -43,7 +44,8 @@ $version = ""; //json_decode(file_get_contents("supplementals/static data/buildC
  • -
  • +
  • +