Doc: Add "Init DB" section (#4695)

Misskey 11.x requires database initialization.
This commit is contained in:
かひわし4(バージョン1) 2019-04-15 23:39:09 +09:00 committed by syuilo
parent df950d2fc5
commit f44dc2dd05
2 changed files with 14 additions and 2 deletions

View file

@ -57,7 +57,13 @@ cp docker_example.env docker.env
`docker-compose build`
*5.* 以上です!
*5.* データベースを初期化
----------------------------------------------------------------
``` shell
docker-compose run --rm web npm run init
```
*6.* 以上です!
----------------------------------------------------------------
お疲れ様でした。これでMisskeyを動かす準備は整いました。