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 @@ Build misskey with the following:
`docker-compose build`
*5.* That is it.
*5.* Init DB
----------------------------------------------------------------
``` shell
docker-compose run --rm web npm run init
```
*6.* That is it.
----------------------------------------------------------------
Well done! Now you have an environment to run Misskey.