diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2018-04-15 21:08:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 21:08:58 +0900 |
| commit | 32e40df53c5272fa4baa8fc9cb78fb3346b2a9ef (patch) | |
| tree | 7a885446da3b213309903e4ed1f6e1fe9662ba46 /docs/setup.en.md | |
| parent | Merge pull request #7 from tamaina/pop (diff) | |
| parent | Update README.md (diff) | |
| download | misskey-32e40df53c5272fa4baa8fc9cb78fb3346b2a9ef.tar.gz misskey-32e40df53c5272fa4baa8fc9cb78fb3346b2a9ef.tar.bz2 misskey-32e40df53c5272fa4baa8fc9cb78fb3346b2a9ef.zip | |
Merge pull request #8 from syuilo/master
追従
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 88e20f6bc4..b858a4a2a4 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -30,7 +30,7 @@ Please install and setup these softwares: * *Node.js* and *npm* * **[MongoDB](https://www.mongodb.com/)** * **[Redis](https://redis.io/)** -* **[ImageMagick](http://www.imagemagick.org/script/index.php)** +* **[ImageMagick](http://www.imagemagick.org/script/index.php)** >= 7.0 ##### Optional * [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB @@ -53,7 +53,12 @@ Or you can generate config file via `npm run config` command. *5.* Build Misskey ---------------------------------------------------------------- -1. `npm run build` +We need to use `node-gyp` to build the `crypto` module. + +1. `npm install -g node-gyp` +2. `node-gyp configure` +3. `node-gyp build` +4. `npm run build` *6.* That is it. ---------------------------------------------------------------- |