From 22ddf8bc1cd33f73cb2bc67162ef3f344ce9b5fa Mon Sep 17 00:00:00 2001 From: BeastGamer81 Date: Mon, 27 Nov 2023 10:54:33 +0530 Subject: [PATCH] c --- docs/KlovitClient/configuration.md | 4 ++-- docs/KlovitClient/updating.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 docs/KlovitClient/updating.md diff --git a/docs/KlovitClient/configuration.md b/docs/KlovitClient/configuration.md index 9f6b4c2..9e69de3 100644 --- a/docs/KlovitClient/configuration.md +++ b/docs/KlovitClient/configuration.md @@ -437,7 +437,7 @@ npm install pm2 -g ``` Now you need to go to the dashboard directory and use: ``` -pm2 start index.js --name KlovitCLient +pm2 start index.js --name KlovitClient ``` -Once you have started KlovitCLient, head to the Dashbard URL and login! +Once you have started KlovitClient, head to the Dashbard URL and login! diff --git a/docs/KlovitClient/updating.md b/docs/KlovitClient/updating.md new file mode 100644 index 0000000..9116912 --- /dev/null +++ b/docs/KlovitClient/updating.md @@ -0,0 +1,8 @@ +# Updating + +From older KlovitClient release or Dashactyl v0.4 to a newer KlovitClient release: +1. Store certain things such as your api keys, discord auth settings, etc in a .txt file +2. Download database.sqlite +3. Delete all files off the server (or delete and remake the folder if done in ssh) +4. Upload the latest KlovitClient release and unzip it +5. Upload database.sqlite and reconfigure settings.json \ No newline at end of file