summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-26 08:11:47 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-26 08:11:47 +0900
commit77b493c9b065a7af7533e718f8623f810e65341a (patch)
tree0830dd5f4accae60d7920417af2026830eb884e8 /docs
parent:v: (diff)
downloadmisskey-77b493c9b065a7af7533e718f8623f810e65341a.tar.gz
misskey-77b493c9b065a7af7533e718f8623f810e65341a.tar.bz2
misskey-77b493c9b065a7af7533e718f8623f810e65341a.zip
Use bee-queue instead of Kue
Diffstat (limited to 'docs')
-rw-r--r--docs/manage.en.md6
-rw-r--r--docs/manage.ja.md6
2 files changed, 2 insertions, 10 deletions
diff --git a/docs/manage.en.md b/docs/manage.en.md
index 0538c4ac00..9a4277b399 100644
--- a/docs/manage.en.md
+++ b/docs/manage.en.md
@@ -1,11 +1,7 @@
# Management guide
## Check the status of the job queue
-In the directory of Misskey:
-``` shell
-node_modules/kue/bin/kue-dashboard -p 3050
-```
-When you access port 3050, you will see the UI.
+coming soon
## Mark as 'admin' user
``` shell
diff --git a/docs/manage.ja.md b/docs/manage.ja.md
index 5f628a8e4b..924c567d14 100644
--- a/docs/manage.ja.md
+++ b/docs/manage.ja.md
@@ -1,11 +1,7 @@
# 運営ガイド
## ジョブキューの状態を調べる
-Misskeyのディレクトリで:
-``` shell
-node_modules/kue/bin/kue-dashboard -p 3050
-```
-ポート3050にアクセスするとUIが表示されます
+coming soon
## 管理者ユーザーを設定する
``` shell