Create manage.en.md

This commit is contained in:
Skid 2018-07-15 01:32:28 +02:00 committed by Aya Morisawa
parent 5834b7d308
commit ba3c059ebd

13
docs/manage.en.md Normal file
View file

@ -0,0 +1,13 @@
# 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.
## Suspend users
``` shell
node cli/suspend (User-ID)
```