This commit is contained in:
syuilo 2018-03-29 11:34:20 +09:00
parent c21235d07f
commit f728fb4a11
4 changed files with 8 additions and 10 deletions

View File

@ -1,4 +1,3 @@
``` yaml
# サーバーのメンテナ情報 # サーバーのメンテナ情報
maintainer: maintainer:
# メンテナの名前 # メンテナの名前
@ -56,5 +55,3 @@ twitter:
# インテグレーション用アプリのコンシューマーシークレット # インテグレーション用アプリのコンシューマーシークレット
consumer_secret: consumer_secret:
```

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
/.config /.config/*
!/.config/example.yml
/.vscode /.vscode
/node_modules /node_modules
/build /build

View File

@ -37,9 +37,9 @@ Please install and setup these softwares:
*3.* Prepare configuration *3.* Prepare configuration
---------------------------------------------------------------- ----------------------------------------------------------------
First, you need to create a `.config` directory in the directory that 1. Copy `example.yml` of `.config` directory
Misskey installed. And then you need to create a `default.yml` file in 2. Rename it to `default.yml`
the directory. The template of configuration is available [here](./config.md). 3. Edit it
*4.* Install and build Misskey *4.* Install and build Misskey
---------------------------------------------------------------- ----------------------------------------------------------------

View File

@ -37,9 +37,9 @@ web-push generate-vapid-keys
*3.* 設定ファイルを用意する *3.* 設定ファイルを用意する
---------------------------------------------------------------- ----------------------------------------------------------------
Misskeyをインストールしたディレクトリに、`.config`というディレクトリを作成し、 1. `.config`ディレクトリ内の`example.yml`をコピー
その中に`default.yml`という名前で設定ファイルを作ってください。 2. `default.yml`にリネーム
設定ファイルの下書きは[ここ](./config.md)にありますので、コピペしてご利用ください。 3. 編集する
*4.* Misskeyのインストール(とビルド) *4.* Misskeyのインストール(とビルド)
---------------------------------------------------------------- ----------------------------------------------------------------