diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-11 15:50:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-11 15:50:27 +0900 |
| commit | 1117ce4b5473f0c5b8470c5c35cf9154d9d2fe31 (patch) | |
| tree | dde7481838de6672981f44ce568919c3f37eee56 /docs/setup.en.md | |
| parent | fix(package): update @types/node to version 10.11.7 (#2885) (diff) | |
| download | sharkey-1117ce4b5473f0c5b8470c5c35cf9154d9d2fe31.tar.gz sharkey-1117ce4b5473f0c5b8470c5c35cf9154d9d2fe31.tar.bz2 sharkey-1117ce4b5473f0c5b8470c5c35cf9154d9d2fe31.zip | |
Redisをオプションにしたり
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 23bcdcca98..e30297962b 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -24,12 +24,12 @@ Please install and setup these softwares: #### Dependencies :package: * **[Node.js](https://nodejs.org/en/)** * **[MongoDB](https://www.mongodb.com/)** >= 3.6 -* **[Redis](https://redis.io/)** ##### Optional +* [Redis](https://redis.io/) + * Redis is optional, but we strongly recommended to install it * [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB - *3.* Setup MongoDB ---------------------------------------------------------------- In root : |