From 77b493c9b065a7af7533e718f8623f810e65341a Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 26 Jul 2018 08:11:47 +0900 Subject: Use bee-queue instead of Kue --- docs/manage.en.md | 6 +----- docs/manage.ja.md | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3-freya