diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2016-12-31 07:06:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-31 07:06:38 +0900 |
| commit | 44949cd0c7ca386a2f218328f27b2ad5195c71a3 (patch) | |
| tree | 491411758e5f36ec7e97a40fe505b4cbe165012d | |
| parent | Update README.md (diff) | |
| download | sharkey-44949cd0c7ca386a2f218328f27b2ad5195c71a3.tar.gz sharkey-44949cd0c7ca386a2f218328f27b2ad5195c71a3.tar.bz2 sharkey-44949cd0c7ca386a2f218328f27b2ad5195c71a3.zip | |
Update README.md
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -21,12 +21,15 @@ A miniblog-based SNS. `npm test` ## Setup -### Dependencies +### Dependencies :package: Please install these softwares. * **[MongoDB](https://www.mongodb.com/)** * **[Redis](https://redis.io/)** * **[GraphicsMagick](http://www.graphicsmagick.org/)** -* [Elasticsearch](https://www.elastic.co/) (optional) + +#### Optional +* [Elasticsearch](https://www.elastic.co/) + * If omit it, Misskey use the *MongoDB* for search instead. If not, Misskey will can better search. ### Domains Misskey requires two domains called the primary domain and the secondary domain. |