diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-23 19:00:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-23 19:00:23 +0900 |
| commit | fc6c048faddae146373340495460120483f84183 (patch) | |
| tree | 32fc724a42dac07097fc9735865e865717aff39c /docs | |
| parent | 2.16.4 (diff) | |
| download | sharkey-fc6c048faddae146373340495460120483f84183.tar.gz sharkey-fc6c048faddae146373340495460120483f84183.tar.bz2 sharkey-fc6c048faddae146373340495460120483f84183.zip | |
Update setup.ja.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup.ja.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/setup.ja.md b/docs/setup.ja.md index c45ebcdca0..cdaf8ff011 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -54,7 +54,10 @@ web-push generate-vapid-keys *5.* Misskeyのビルド ---------------------------------------------------------------- -1. `npm run build` +1. `npm install -g node-gyp` +2. `node-gyp configure` +3. `node-gyp build` +4. `npm run build` *6.* 以上です! ---------------------------------------------------------------- @@ -78,4 +81,4 @@ VPSなどでビルドする時は、もしかしたらメモリが足りなく 3. npm run webpack 4. built/client をサーバーにアップロードする 5. サーバー上で、npm run gulp -6. 完了
\ No newline at end of file +6. 完了 |