Update setup.ja.md

This commit is contained in:
syuilo 2018-10-11 18:18:15 +09:00 committed by GitHub
parent 9e903c2df2
commit a55b2e11e4

View file

@ -27,9 +27,14 @@ adduser --disabled-password --disabled-login misskey
##### オプション
* [Redis](https://redis.io/)
* Redisはオプションですが、インストールすることを強く推奨します。
* インストールしなくていいのは、あなたのインスタンスが自分専用のときだけです
* [Elasticsearch](https://www.elastic.co/) - 検索機能を向上させるために用います。
* Redisはオプションですが、インストールすることを強く推奨します。
* インストールしなくていいのは、あなたのインスタンスが自分専用のときだけとお考えください。
* Redisをインストールしないと、次の事が出来なくなります:
* Misskeyプロセスを複数起動しての負荷分散
* レートリミット
* Twitter連携
* [Elasticsearch](https://www.elastic.co/)
* 検索機能を向上させるために用います。
*3.* MongoDBの設定
----------------------------------------------------------------