From f2df583d8b6d85055a8a0b1c95ab3a769d271bba Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 15 Apr 2018 12:52:16 +0200 Subject: Add node-gyp instructions to build the crypto module Otherwise misskey can't run. --- docs/setup.en.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/setup.en.md') diff --git a/docs/setup.en.md b/docs/setup.en.md index 88e20f6bc4..f8b2f55064 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -53,6 +53,11 @@ Or you can generate config file via `npm run config` command. *5.* Build Misskey ---------------------------------------------------------------- +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` 1. `npm run build` *6.* That is it. -- cgit v1.2.3-freya From ab7c31e290f38d94d02a6a62947a26b455e9dc6b Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 15 Apr 2018 12:52:54 +0200 Subject: Fix list number --- docs/setup.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/setup.en.md') diff --git a/docs/setup.en.md b/docs/setup.en.md index f8b2f55064..ec062e9477 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -58,7 +58,7 @@ 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` -1. `npm run build` +4. `npm run build` *6.* That is it. ---------------------------------------------------------------- -- cgit v1.2.3-freya From 9b47e756284235718c4d84813f4d22ce49d44dd5 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 15 Apr 2018 12:55:15 +0200 Subject: Fix space Sorry :3 --- docs/setup.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/setup.en.md') diff --git a/docs/setup.en.md b/docs/setup.en.md index ec062e9477..fed13bdeb5 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -56,7 +56,7 @@ Or you can generate config file via `npm run config` command. We need to use `node-gyp` to build the `crypto` module. 1. `npm install -g node-gyp` -2. `node-gyp configure` +2. `node-gyp configure` 3. `node-gyp build` 4. `npm run build` -- cgit v1.2.3-freya From 934d9f35449c1ca54849fba69001200186913c4d Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 15 Apr 2018 12:59:29 +0200 Subject: Specify ImageMagick version (7.0+) Misskey needs the magick command --- docs/setup.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/setup.en.md') diff --git a/docs/setup.en.md b/docs/setup.en.md index fed13bdeb5..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 -- cgit v1.2.3-freya