Skip to content
Snippets Groups Projects
Commit cb24efdb authored by syuilo's avatar syuilo
Browse files

Update setup doc

parent 6a566276
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,13 @@ Please install and setup these softwares:
2. `npm install`
3. `npm run build`
*5.* That is it.
*5.* Prepare configuration
----------------------------------------------------------------
First, you need to create a `.config` directory in the directory that
Misskey installed. Then you need to create a `default.yml` file in
the directory. The template of configuration is available [here](./config.md).
*6.* That is it.
----------------------------------------------------------------
Well done! Now, you have an environment that run to Misskey.
......
......@@ -72,7 +72,13 @@ web-push generate-vapid-keys
2. `npm install`
3. `npm run build`
*5.* 以上です!
*5.* 設定ファイルを用意する
----------------------------------------------------------------
Misskeyをインストールしたディレクトリに、`.config`というディレクトリを作成し、
その中に`default.yml`という名前で設定ファイルを作ってください。
設定ファイルの下書きは[ここ](./config.md)にありますので、コピペしてご利用ください。
*6.* 以上です!
----------------------------------------------------------------
お疲れ様でした。これでMisskeyを動かす準備は整いました。
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment