Fix the order of setup procedure
This commit is contained in:
parent
94f3367cf8
commit
97c6dd6fe3
4 changed files with 682 additions and 17 deletions
|
@ -58,7 +58,13 @@ Please install and setup these softwares:
|
|||
##### Optional
|
||||
* [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB
|
||||
|
||||
*4.* Install Misskey
|
||||
*4.* Prepare configuration
|
||||
----------------------------------------------------------------
|
||||
First, you need to create a `.config` directory in the directory that
|
||||
Misskey installed. And then you need to create a `default.yml` file in
|
||||
the directory. The template of configuration is available [here](./config.md).
|
||||
|
||||
*5.* Install Misskey
|
||||
----------------------------------------------------------------
|
||||
|
||||
1. `git clone -b master git://github.com/syuilo/misskey.git`
|
||||
|
@ -71,12 +77,6 @@ Please install and setup these softwares:
|
|||
2. `npm install`
|
||||
3. `npm run build`
|
||||
|
||||
*5.* Prepare configuration
|
||||
----------------------------------------------------------------
|
||||
First, you need to create a `.config` directory in the directory that
|
||||
Misskey installed. And 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.
|
||||
|
|
|
@ -59,7 +59,13 @@ web-push generate-vapid-keys
|
|||
##### オプション
|
||||
* [Elasticsearch](https://www.elastic.co/) - 検索機能を向上させるために用います。
|
||||
|
||||
*4.* Misskeyのインストール
|
||||
*4.* 設定ファイルを用意する
|
||||
----------------------------------------------------------------
|
||||
Misskeyをインストールしたディレクトリに、`.config`というディレクトリを作成し、
|
||||
その中に`default.yml`という名前で設定ファイルを作ってください。
|
||||
設定ファイルの下書きは[ここ](./config.md)にありますので、コピペしてご利用ください。
|
||||
|
||||
*5.* Misskeyのインストール
|
||||
----------------------------------------------------------------
|
||||
|
||||
1. `git clone -b master git://github.com/syuilo/misskey.git`
|
||||
|
@ -72,12 +78,6 @@ web-push generate-vapid-keys
|
|||
2. `npm install`
|
||||
3. `npm run build`
|
||||
|
||||
*5.* 設定ファイルを用意する
|
||||
----------------------------------------------------------------
|
||||
Misskeyをインストールしたディレクトリに、`.config`というディレクトリを作成し、
|
||||
その中に`default.yml`という名前で設定ファイルを作ってください。
|
||||
設定ファイルの下書きは[ここ](./config.md)にありますので、コピペしてご利用ください。
|
||||
|
||||
*6.* 以上です!
|
||||
----------------------------------------------------------------
|
||||
お疲れ様でした。これでMisskeyを動かす準備は整いました。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue