diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-26 08:11:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-26 08:11:47 +0900 |
| commit | 77b493c9b065a7af7533e718f8623f810e65341a (patch) | |
| tree | 0830dd5f4accae60d7920417af2026830eb884e8 /docs/manage.en.md | |
| parent | :v: (diff) | |
| download | misskey-77b493c9b065a7af7533e718f8623f810e65341a.tar.gz misskey-77b493c9b065a7af7533e718f8623f810e65341a.tar.bz2 misskey-77b493c9b065a7af7533e718f8623f810e65341a.zip | |
Use bee-queue instead of Kue
Diffstat (limited to '')
| -rw-r--r-- | docs/manage.en.md | 6 |
1 files changed, 1 insertions, 5 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 |